fix: solve incorrect when sendMsg webhook callback after. (#3409)

* fix: solve incorrect when sendMsg webhook callback after.

* remove print.
This commit is contained in:
Monet Lee
2025-06-06 11:29:45 +08:00
committed by GitHub
parent b7ca3bd95f
commit 04ee509b68
4 changed files with 146 additions and 4 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ func Start(ctx context.Context, config *Config, client discovery.Conn, server gr
if err != nil {
return err
}
historyMongoHandler := NewOnlineHistoryMongoConsumerHandler(msgTransferDatabase)
historyMongoHandler := NewOnlineHistoryMongoConsumerHandler(msgTransferDatabase,config)
msgTransfer := &MsgTransfer{
historyConsumer: historyConsumer,