enable newly introduced option

pull/21833/head
Bruno Windels 2018-08-02 09:49:54 +02:00
parent 802efc7694
commit 4b96e01410
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}