We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4235a commit 700105cCopy full SHA for 700105c
src/shared/helpers/EventHelper.ts
@@ -51,7 +51,6 @@ export default class EventHelper {
51
// update notification_types via core module
52
await context.subscriptionManager.updateNotificationTypes()
53
54
- await Database.setIsPushEnabled(isPushEnabled);
55
appState.lastKnownPushEnabled = isPushEnabled;
56
appState.lastKnownPushToken = currentPushToken;
57
appState.lastKnownPushId = pushSubscriptionId;
0 commit comments