aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.js
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-05-28 20:00:37 +0200
committerLibravatar GitHub <noreply@github.com>2021-05-28 20:00:37 +0200
commit9d863a62a4f33ed20ba8cc49ac0619d9599735c3 (patch)
tree7c0b30316f89decff8d5698b0449a5fba6e4228b /src/stores/ServicesStore.js
parentScreen share refactoring (#1460) (diff)
downloadferdium-app-9d863a62a4f33ed20ba8cc49ac0619d9599735c3.tar.gz
ferdium-app-9d863a62a4f33ed20ba8cc49ac0619d9599735c3.tar.zst
ferdium-app-9d863a62a4f33ed20ba8cc49ac0619d9599735c3.zip
Clean up RecipeWebview.setBadge (#1461)
Extracted from 240c3a72363e7388779c9ed3c6467ec63bb64d94 according to https://github.com/getferdi/ferdi/pull/1456#discussion_r641182688 and https://github.com/getferdi/ferdi/pull/1456#discussion_r641183662
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({