unread bug fix

This commit is contained in:
Gordon
2022-08-05 12:08:00 +08:00
parent 0f655e9292
commit 10c0f3075a
5 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -831,7 +831,7 @@ func Notification(n *NotificationMsg) {
unReadCount = config.Config.Notification.ConversationSetPrivate.Conversation.UnreadCount
case constant.DeleteMessageNotification:
reliabilityLevel = constant.ReliableNotificationNoMsg
case constant.SuperGroupUpdateNotification:
case constant.SuperGroupUpdateNotification, constant.ConversationUnreadNotification:
reliabilityLevel = constant.UnreliableNotification
}
switch reliabilityLevel {