You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
enable newly introduced option
This commit is contained in:
@@ -108,6 +108,7 @@ class MatrixClientPeg {
|
||||
opts.pendingEventOrdering = "detached";
|
||||
|
||||
if (SettingsStore.isFeatureEnabled('feature_lazyloading')) {
|
||||
opts.lazyLoadMembers = true;
|
||||
opts.filter = await this.matrixClient.createFilter(FILTER_CONTENT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user