1
0
mirror of https://github.com/bitwarden/server synced 2026-01-15 06:53:26 +00:00

[PM-28025] Revert "chore(feature-flag): [PM-19665] Remove web-push feature flag" (#6779)

This reverts commit 1c60b805bf.
This commit is contained in:
Derek Nance
2025-12-26 16:44:34 -06:00
committed by GitHub
parent 67534e2cda
commit 0cfb68336b
3 changed files with 7 additions and 3 deletions

View File

@@ -228,6 +228,7 @@ public static class FeatureFlagKeys
public const string CxpExportMobile = "cxp-export-mobile";
/* Platform Team */
public const string WebPush = "web-push";
public const string IpcChannelFramework = "ipc-channel-framework";
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";
public const string PushNotificationsWhenInactive = "pm-25130-receive-push-notifications-for-inactive-users";