mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 14:42:14 +08:00
Merge branch 'main' of github.com:openimsdk/open-im-server
This commit is contained in:
commit
6e841f8b69
@ -106,7 +106,7 @@ func (m *msgServer) GetSeqMessage(ctx context.Context, req *msg.GetSeqMessageReq
|
|||||||
pullMsgs, ok = resp.Msgs[conv.ConversationID]
|
pullMsgs, ok = resp.Msgs[conv.ConversationID]
|
||||||
if !ok {
|
if !ok {
|
||||||
pullMsgs = &sdkws.PullMsgs{}
|
pullMsgs = &sdkws.PullMsgs{}
|
||||||
resp.NotificationMsgs[conv.ConversationID] = pullMsgs
|
resp.Msgs[conv.ConversationID] = pullMsgs
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pullMsgs.Msgs = append(pullMsgs.Msgs, msgs...)
|
pullMsgs.Msgs = append(pullMsgs.Msgs, msgs...)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user