From 5957e4b2646c9bef0ddbd65abc8c8dcfefe7000e Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Wed, 25 May 2022 16:25:16 +0800 Subject: [PATCH] Merge branch 'tuoyun' of github.com:OpenIMSDK/Open-IM-Server into tuoyun # Conflicts: # internal/rpc/msg/rpcChat.go --- internal/rpc/msg/rpcChat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rpc/msg/rpcChat.go b/internal/rpc/msg/rpcChat.go index 4cfdfaedc..cc65a4612 100644 --- a/internal/rpc/msg/rpcChat.go +++ b/internal/rpc/msg/rpcChat.go @@ -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) } } }