mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 02:58:26 +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
|
// return
|
||||||
//}
|
//}
|
||||||
|
|
||||||
err := saveUserChatList(msgChannelValue.userID, storageMsgList, triggerID)
|
err, _ := saveUserChatList(msgChannelValue.userID, storageMsgList, triggerID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
singleMsgFailedCount += uint64(len(storageMsgList))
|
singleMsgFailedCount += uint64(len(storageMsgList))
|
||||||
log.NewError(triggerID, "single data insert to mongo err", err.Error(), storageMsgList)
|
log.NewError(triggerID, "single data insert to mongo err", err.Error(), storageMsgList)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user