remove ll feature flag, it's time!

This commit is contained in:
Bruno Windels 2019-02-07 18:24:07 +00:00
parent b50bfa1eda
commit ac4ab11985
4 changed files with 1 additions and 51 deletions

View file

@ -100,13 +100,6 @@ export const SETTINGS = {
default: false,
controller: new CustomStatusController(),
},
"feature_lazyloading": {
isFeature: true,
displayName: _td("Increase performance by only loading room members on first view"),
supportedLevels: LEVELS_FEATURE,
controller: new LazyLoadingController(),
default: true,
},
"feature_keybackup": {
isFeature: true,
displayName: _td("Backup of encryption keys to server"),