aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/models/Service.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/models/Service.js b/src/models/Service.js
index fc89f81b8..41105ec85 100644
--- a/src/models/Service.js
+++ b/src/models/Service.js
@@ -59,6 +59,7 @@ export default class Service {
59 autorun(() => { 59 autorun(() => {
60 if (!this.isEnabled) { 60 if (!this.isEnabled) {
61 this.webview = null; 61 this.webview = null;
62 this.isAttached = false;
62 this.unreadDirectMessageCount = 0; 63 this.unreadDirectMessageCount = 0;
63 this.unreadIndirectMessageCount = 0; 64 this.unreadIndirectMessageCount = 0;
64 } 65 }