fix: notification pull

This commit is contained in:
wangchuxiao
2023-05-18 18:56:58 +08:00
parent 405a9b75b0
commit 1f5259d36a
3 changed files with 1 additions and 50 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ func (m *msgServer) PullMessageBySeqs(ctx context.Context, req *sdkws.PullMessag
log.ZWarn(ctx, "GetMsgBySeqs error", err, "conversationID", seq.ConversationID, "seq", seq)
continue
}
resp.Msgs[seq.ConversationID] = &sdkws.PullMsgs{Msgs: notificationMsgs}
resp.NotificationMsgs[seq.ConversationID] = &sdkws.PullMsgs{Msgs: notificationMsgs}
}
}
return resp, nil