From f6dcc2ba44059b32581e8a005d63a2b5ef971f76 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Mon, 12 Jun 2023 20:59:53 +0800 Subject: [PATCH] notification --- pkg/rpcclient/msg.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/rpcclient/msg.go b/pkg/rpcclient/msg.go index 3bed1b281..0abe607e9 100644 --- a/pkg/rpcclient/msg.go +++ b/pkg/rpcclient/msg.go @@ -57,6 +57,7 @@ func newContentTypeConf() map[int32]config.NotificationConf { constant.ConversationPrivateChatNotification: config.Config.Notification.ConversationSetPrivate, // msg constant.MsgRevokeNotification: {IsSendMsg: false, ReliabilityLevel: constant.ReliableNotificationNoMsg}, + constant.HasReadReceipt: {IsSendMsg: false, ReliabilityLevel: constant.ReliableNotificationNoMsg}, } }