mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
redis add get message
This commit is contained in:
parent
25c316165e
commit
bb45c0c34b
@ -76,7 +76,7 @@ func (och *OfflineHistoryConsumerHandler) Run(channelID int) {
|
||||
// return
|
||||
//}
|
||||
|
||||
err := saveUserChatList(msgChannelValue.userID, storageMsgList, triggerID)
|
||||
err, _ := saveUserChatList(msgChannelValue.userID, storageMsgList, triggerID)
|
||||
if err != nil {
|
||||
singleMsgFailedCount += uint64(len(storageMsgList))
|
||||
log.NewError(triggerID, "single data insert to mongo err", err.Error(), storageMsgList)
|
||||
|
Loading…
x
Reference in New Issue
Block a user