1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

fix(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Added feature flag. (#6270)

This commit is contained in:
Patrick-Pimentel-Bitwarden
2025-09-02 12:44:28 -04:00
committed by GitHub
parent a180317509
commit 53e5ddb1a7

View File

@@ -187,6 +187,7 @@ public static class FeatureFlagKeys
public const string PersistPopupView = "persist-popup-view";
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";
/* Tools Team */
public const string DesktopSendUIRefresh = "desktop-send-ui-refresh";