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
4 changed files with 5 additions and 16 deletions
-6
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"),