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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stores/ServicesStore.js b/src/stores/ServicesStore.js
index 82da9c5f1..87d31c0c5 100644
--- a/src/stores/ServicesStore.js
+++ b/src/stores/ServicesStore.js
@@ -286,6 +286,7 @@ export default class ServicesStore extends Store {
286 if (channel === 'hello') { 286 if (channel === 'hello') {
287 this._initRecipePolling(service.id); 287 this._initRecipePolling(service.id);
288 this._initializeServiceRecipeInWebview(serviceId); 288 this._initializeServiceRecipeInWebview(serviceId);
289 this._shareSettingsWithServiceProcess();
289 } else if (channel === 'messages') { 290 } else if (channel === 'messages') {
290 this.actions.service.setUnreadMessageCount({ 291 this.actions.service.setUnreadMessageCount({
291 serviceId, 292 serviceId,