message update

This commit is contained in:
Gordon
2022-05-25 14:55:14 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 6adef7b562
commit d14e9c8430
2 changed files with 49 additions and 0 deletions
+2
View File
@@ -692,6 +692,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: