Skip to content

Commit 19b5431

Browse files
authored
[PM-18040] Add new feature flag (#5498)
1 parent f8e89f1 commit 19b5431

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Core/Constants.cs

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ public static class FeatureFlagKeys
176176
public const string StorageReseedRefactor = "storage-reseed-refactor";
177177
public const string WebPush = "web-push";
178178
public const string RecordInstallationLastActivityDate = "installation-last-activity-date";
179+
public const string IpcChannelFramework = "ipc-channel-framework";
179180

180181
/* Tools Team */
181182
public const string ItemShare = "item-share";

0 commit comments

Comments
 (0)