Add threaded messaging feature flag
This commit is contained in:
parent
72acd5a611
commit
6868478044
2 changed files with 7 additions and 0 deletions
|
@ -239,6 +239,12 @@ export const SETTINGS: {[setting: string]: ISetting} = {
|
|||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_threading": {
|
||||
isFeature: true,
|
||||
displayName: _td("Threaded messaging"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: false,
|
||||
},
|
||||
"feature_custom_status": {
|
||||
isFeature: true,
|
||||
displayName: _td("Custom user status messages"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue