mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-05 02:56:57 +08:00
fix:searchmsg
Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
parent
4a79a57e40
commit
5b12abaeae
@ -19,6 +19,7 @@ import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"github.com/OpenIMSDK/tools/log"
|
||||
"time"
|
||||
|
||||
"github.com/OpenIMSDK/protocol/msg"
|
||||
@ -1166,6 +1167,7 @@ func (m *MsgMongoDriver) searchMessage(ctx context.Context, req *msg.SearchMessa
|
||||
if err != nil {
|
||||
return 0, nil, err
|
||||
}
|
||||
log.ZDebug(ctx, "query mongoDB", "result", msgsDocs)
|
||||
msgs := make([]*table.MsgInfoModel, 0)
|
||||
for index := range msgsDocs {
|
||||
msgInfo := msgsDocs[index].Msg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user