Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun

# Conflicts:
#	internal/rpc/msg/rpcChat.go
This commit is contained in:
wangchuxiao 2022-05-25 16:25:16 +08:00
parent 4d8708a5ee
commit 5957e4b264

View File

@ -99,7 +99,7 @@ func (rpc *rpcChat) runCh() {
continue
}
if len(unexistSeqList) > 0 {
DeleteMessageNotification(msg.OpUserID, msg.UserID, msg.SeqList, msg.OperationID)
DeleteMessageNotification(msg.OpUserID, msg.UserID, unexistSeqList, msg.OperationID)
}
}
}