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

chore(feature-flag): Remove persist-popup-view feature flag

This commit is contained in:
Todd Martin
2025-09-08 10:12:43 -04:00
committed by GitHub
parent 2a01c804af
commit 7e50a46d3b

View File

@@ -199,7 +199,6 @@ public static class FeatureFlagKeys
public const string SendAccess = "pm-19394-send-access-control";
/* Platform Team */
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";