Merge pull request #6437 from matrix-org/travis/voice-messages/delabs

Remove voice messages labs flag
This commit is contained in:
Travis Ralston 2021-08-02 02:02:36 -06:00 committed by GitHub
commit 711210d16e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 16 deletions

View file

@ -188,12 +188,6 @@ export const SETTINGS: {[setting: string]: ISetting} = {
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_voice_messages": {
isFeature: true,
displayName: _td("Send and receive voice messages"),
supportedLevels: LEVELS_FEATURE,
default: false,
},
"feature_latex_maths": {
isFeature: true,
displayName: _td("Render LaTeX maths in messages"),