Update to supportsThreads (#9907)
This commit is contained in:
@@ -218,7 +218,7 @@ class MatrixClientPegClass implements IMatrixClientPeg {
|
||||
opts.pendingEventOrdering = PendingEventOrdering.Detached;
|
||||
opts.lazyLoadMembers = true;
|
||||
opts.clientWellKnownPollPeriod = 2 * 60 * 60; // 2 hours
|
||||
opts.experimentalThreadSupport = SettingsStore.getValue("feature_threadenabled");
|
||||
opts.threadSupport = SettingsStore.getValue("feature_threadenabled");
|
||||
|
||||
if (SettingsStore.getValue("feature_sliding_sync")) {
|
||||
const proxyUrl = SettingsStore.getValue("feature_sliding_sync_proxy_url");
|
||||
|
||||
Reference in New Issue
Block a user