mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 22:39:26 +00:00
fix(badge): show badge when mentioned even if channel is muted
Fixes #8723
This commit is contained in:
parent
194e3048bc
commit
2b9c1f914d
@ -728,7 +728,7 @@ method onNewMessagesReceived*(self: Module, sectionIdMsgBelongsTo: string, chatI
|
||||
self.updateBadgeNotifications(chatIdMsgBelongsTo, hasUnreadMessages, unviewedMentionsCount)
|
||||
|
||||
if (chatDetails.muted):
|
||||
# No need to update the badge nor send a notification
|
||||
# No need to send a notification
|
||||
return
|
||||
|
||||
# Prepare notification
|
||||
|
Loading…
x
Reference in New Issue
Block a user