Remove "in development" flag from voice messages

This commit is contained in:
Travis Ralston 2021-05-07 19:36:29 -06:00
parent c2ae6c279b
commit aac1f4330d
2 changed files with 2 additions and 2 deletions

View file

@ -136,7 +136,7 @@ export const SETTINGS: {[setting: string]: ISetting} = {
},
"feature_voice_messages": {
isFeature: true,
displayName: _td("Send and receive voice messages (in development)"),
displayName: _td("Send and receive voice messages"),
supportedLevels: LEVELS_FEATURE,
default: false,
},