File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/common/src/services/remote-config Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,8 @@ export enum FeatureFlags {
58
58
PREFETCH_STREAM_URLS = 'prefetch_stream_urls' ,
59
59
HIDDEN_PAID_SCHEDULED = 'hidden_paid_scheduled' ,
60
60
EDITABLE_ACCESS_ENABLED = 'editable_access_enabled' ,
61
- PAID_SCHEDULED = 'paid_scheduled'
61
+ PAID_SCHEDULED = 'paid_scheduled' ,
62
+ ONE_TO_MANY_DMS = 'one_to_many_dms'
62
63
}
63
64
64
65
type FlagDefaults = Record < FeatureFlags , boolean >
@@ -132,5 +133,6 @@ export const flagDefaults: FlagDefaults = {
132
133
[ FeatureFlags . PREFETCH_STREAM_URLS ] : false ,
133
134
[ FeatureFlags . HIDDEN_PAID_SCHEDULED ] : false ,
134
135
[ FeatureFlags . EDITABLE_ACCESS_ENABLED ] : false ,
135
- [ FeatureFlags . PAID_SCHEDULED ] : false
136
+ [ FeatureFlags . PAID_SCHEDULED ] : false ,
137
+ [ FeatureFlags . ONE_TO_MANY_DMS ] : false
136
138
}
You can’t perform that action at this time.
0 commit comments