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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";