Make threads disabled by default (#9810)
* Make threads disable by default * restore e2ee tests * fix threads e2e spec for beta joining
This commit is contained in:
parent
1614674ca9
commit
134e3d7ae8
3 changed files with 38 additions and 1 deletions
|
@ -262,7 +262,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
controller: new ThreadBetaController(),
|
||||
displayName: _td("Threaded messages"),
|
||||
supportedLevels: LEVELS_FEATURE,
|
||||
default: true,
|
||||
default: false,
|
||||
betaInfo: {
|
||||
title: _td("Threaded messages"),
|
||||
caption: () => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue