enable newly introduced option
parent
802efc7694
commit
4b96e01410
|
@ -108,6 +108,7 @@ class MatrixClientPeg {
|
||||||
opts.pendingEventOrdering = "detached";
|
opts.pendingEventOrdering = "detached";
|
||||||
|
|
||||||
if (SettingsStore.isFeatureEnabled('feature_lazyloading')) {
|
if (SettingsStore.isFeatureEnabled('feature_lazyloading')) {
|
||||||
|
opts.lazyLoadMembers = true;
|
||||||
opts.filter = await this.matrixClient.createFilter(FILTER_CONTENT);
|
opts.filter = await this.matrixClient.createFilter(FILTER_CONTENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue