mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Remove broadcast under development note (#9853)
This commit is contained in:
parent
825fce7bc3
commit
5d7341b373
2 changed files with 0 additions and 2 deletions
|
@ -953,7 +953,6 @@
|
||||||
"Temporary implementation. Locations persist in room history.": "Temporary implementation. Locations persist in room history.",
|
"Temporary implementation. Locations persist in room history.": "Temporary implementation. Locations persist in room history.",
|
||||||
"Favourite Messages": "Favourite Messages",
|
"Favourite Messages": "Favourite Messages",
|
||||||
"Under active development.": "Under active development.",
|
"Under active development.": "Under active development.",
|
||||||
"Under active development": "Under active development",
|
|
||||||
"Force 15s voice broadcast chunk length": "Force 15s voice broadcast chunk length",
|
"Force 15s voice broadcast chunk length": "Force 15s voice broadcast chunk length",
|
||||||
"Use new session manager": "Use new session manager",
|
"Use new session manager": "Use new session manager",
|
||||||
"New session manager": "New session manager",
|
"New session manager": "New session manager",
|
||||||
|
|
|
@ -459,7 +459,6 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
||||||
labsGroup: LabGroup.Messaging,
|
labsGroup: LabGroup.Messaging,
|
||||||
supportedLevels: LEVELS_FEATURE,
|
supportedLevels: LEVELS_FEATURE,
|
||||||
displayName: _td("Voice broadcast"),
|
displayName: _td("Voice broadcast"),
|
||||||
description: _td("Under active development"),
|
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
[Features.VoiceBroadcastForceSmallChunks]: {
|
[Features.VoiceBroadcastForceSmallChunks]: {
|
||||||
|
|
Loading…
Reference in a new issue