chore(feature-flag): Adding feature flag for push notifications on locked account

This commit is contained in:
Todd Martin 2025-07-10 20:07:57 -04:00 committed by GitHub
parent 1176b18d44
commit ca1baa1220
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,6 +194,7 @@ public static class FeatureFlagKeys
public const string StorageReseedRefactor = "storage-reseed-refactor";
public const string WebPush = "web-push";
public const string IpcChannelFramework = "ipc-channel-framework";
public const string PushNotificationsWhenLocked = "pm-19388-push-notifications-when-locked";
/* Tools Team */
public const string DesktopSendUIRefresh = "desktop-send-ui-refresh";