Don't count muted convos in badge count by default
This commit is contained in:
parent
64c3a6eae0
commit
22ba54ce5c
14 changed files with 115 additions and 28 deletions
|
@ -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(),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue