put breadcrumbs behind feature flag

This commit is contained in:
Bruno Windels 2019-02-12 11:41:24 +01:00
parent 735c9d1121
commit 03c491416e
3 changed files with 13 additions and 1 deletions

View file

@ -99,6 +99,12 @@ export const SETTINGS = {
default: false,
controller: new CustomStatusController(),
},
"feature_room_breadcrumbs": {
isFeature: true,
displayName: _td("Show recent room avatars above the room list"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_custom_tags": {
isFeature: true,
displayName: _td("Group & filter rooms by custom tags (refresh to apply changes)"),