FIX: Preserve push subscription when DND is active on page load (#43243)

This commit is contained in:
Steven Chang
2026-09-04 09:34:40 -07:00
committed by GitHub
parent aad691d827
commit 5973f83419
@@ -86,7 +86,7 @@ class SubscribeUserNotificationsInit {
this.router,
this.appEvents
);
} else {
} else if (!this.currentUser.isInDoNotDisturb()) {
unsubscribePushNotifications(this.currentUser);
}
}