mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Don't count muted convos in badge count by default
This commit is contained in:
@@ -30,6 +30,7 @@ const getInitialData = async () => ({
|
||||
notificationSetting: await window.getNotificationSetting(),
|
||||
audioNotification: await window.getAudioNotification(),
|
||||
notificationDrawAttention: await window.getNotificationDrawAttention(),
|
||||
countMutedConversations: await window.getCountMutedConversations(),
|
||||
|
||||
spellCheck: await window.getSpellCheck(),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user