aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/ServicesStore.js')
-rw-r--r--src/stores/ServicesStore.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index dc2cb0dbd..11915bc44 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -583,7 +583,7 @@ export default class ServicesStore extends Store {
583 this._shareSettingsWithServiceProcess(); 583 this._shareSettingsWithServiceProcess();
584 } else if (channel === 'alive') { 584 } else if (channel === 'alive') {
585 service.lastPollAnswer = Date.now(); 585 service.lastPollAnswer = Date.now();
586 } else if (channel === 'messages') { 586 } else if (channel === 'message-counts') {
587 debug(`Received unread message info from '${serviceId}'`, args[0]); 587 debug(`Received unread message info from '${serviceId}'`, args[0]);
588 588
589 this.actions.service.setUnreadMessageCount({ 589 this.actions.service.setUnreadMessageCount({