message update

This commit is contained in:
Gordon
2022-05-25 14:55:14 +08:00
parent f8bed154ce
commit a4e41462c7
2 changed files with 49 additions and 0 deletions
+2
View File
@@ -706,6 +706,8 @@ func Notification(n *NotificationMsg) {
ex = config.Config.Notification.ConversationSetPrivate.OfflinePush.Ext
reliabilityLevel = config.Config.Notification.ConversationSetPrivate.Conversation.ReliabilityLevel
unReadCount = config.Config.Notification.ConversationSetPrivate.Conversation.UnreadCount
case constant.DeleteMessageNotification:
reliabilityLevel = constant.ReliableNotificationNoMsg
}
switch reliabilityLevel {
case constant.UnreliableNotification: