aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-12-22 20:53:45 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-12-22 20:53:45 +0100
commitd422d2e160e818dd0bff90707d0c0832c8c3367b (patch)
tree02a854846f1b822a989bc557be679706d43f40e0 /src/stores
parentremove debugging tests (diff)
downloadferdium-app-d422d2e160e818dd0bff90707d0c0832c8c3367b.tar.gz
ferdium-app-d422d2e160e818dd0bff90707d0c0832c8c3367b.tar.zst
ferdium-app-d422d2e160e818dd0bff90707d0c0832c8c3367b.zip
setBadge debugging
Diffstat (limited to 'src/stores')
-rw-r--r--src/stores/ServicesStore.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 66f37af26..2417181e6 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -503,6 +503,7 @@ export default class ServicesStore extends Store {
503 503
504 // We can't just block this earlier, otherwise the mobx reaction won't be aware of the vars to watch in some cases 504 // We can't just block this earlier, otherwise the mobx reaction won't be aware of the vars to watch in some cases
505 if (showMessageBadgesEvenWhenMuted) { 505 if (showMessageBadgesEvenWhenMuted) {
506 console.log('set badge', unreadDirectMessageCount, unreadIndirectMessageCount);
506 this.actions.app.setBadge({ 507 this.actions.app.setBadge({
507 unreadDirectMessageCount, 508 unreadDirectMessageCount,
508 unreadIndirectMessageCount, 509 unreadIndirectMessageCount,