Browse Source

Revert "Reset receiver active state on session logout/delete (#469)"

This reverts commit 2a946eb6588fc7201fefa0e23bd59c7af199a7c4.

Committed to wrong branch :)
Danilo Bargen 7 năm trước cách đây
mục cha
commit
231c0ffa14
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/partials/messenger.ts

+ 0 - 2
src/partials/messenger.ts

@@ -918,7 +918,6 @@ class NavigationController {
             const resetPush = true;
             const redirect = true;
             this.webClientService.stop(true, deleteStoredData, resetPush, redirect);
-            this.receiverService.setActive(undefined);
         }, () => {
             // do nothing
         });
@@ -939,7 +938,6 @@ class NavigationController {
             const resetPush = true;
             const redirect = true;
             this.webClientService.stop(true, deleteStoredData, resetPush, redirect);
-            this.receiverService.setActive(undefined);
         }, () => {
             // do nothing
         });