Add threaded messaging feature flag

This commit is contained in:
Germain Souquet 2021-07-08 11:30:56 +02:00
parent 72acd5a611
commit 6868478044
2 changed files with 7 additions and 0 deletions

View file

@ -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"),