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:
Germain 2022-12-21 15:53:23 +00:00 committed by GitHub
parent 1614674ca9
commit 134e3d7ae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 1 deletions

View file

@ -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: () => (