Remove voice messages labs flag
Fixes https://github.com/vector-im/element-web/issues/17151
This commit is contained in:
parent
b590b1d263
commit
0e3cc6b8f4
3 changed files with 5 additions and 14 deletions
|
@ -212,12 +212,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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue