Merge pull request #1805 from matrix-org/luke/feature-tag-panel-out-of-labs

Take TagPanel out of labs
This commit is contained in:
David Baker 2018-03-19 14:49:27 +00:00 committed by GitHub
commit 0f6a21849e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,12 +94,6 @@ export const SETTINGS = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_tag_panel": {
isFeature: true,
displayName: _td("Tag Panel"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"MessageComposerInput.dontSuggestEmoji": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
displayName: _td('Disable Emoji suggestions while typing'),