From 98215396f190d8bfd45550e1ad4829eb438464de Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Wed, 12 Jul 2023 14:22:16 +0800 Subject: [PATCH] log --- pkg/rpcclient/msg.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/rpcclient/msg.go b/pkg/rpcclient/msg.go index 154455fe3..ca02ecc90 100644 --- a/pkg/rpcclient/msg.go +++ b/pkg/rpcclient/msg.go @@ -100,6 +100,8 @@ func newSessionTypeConf() map[int32]int32 { constant.ConversationChangeNotification: constant.SingleChatType, constant.ConversationUnreadNotification: constant.SingleChatType, constant.ConversationPrivateChatNotification: constant.SingleChatType, + // delete + constant.MsgDeleteNotification: constant.SingleChatType, } }