Pārlūkot izejas kodu

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

This reverts commit 2a946eb6588fc7201fefa0e23bd59c7af199a7c4.

Committed to wrong branch :)
Danilo Bargen 7 gadi atpakaļ
vecāks
revīzija
231c0ffa14
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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
         });