[Connection] Reenable lazy loading
This commit is contained in:
parent
8664954f27
commit
d334968219
|
@ -53,7 +53,7 @@ class Connection {
|
||||||
String get _syncFilters => '{"room":{"state":{"lazy_load_members":true}}}';
|
String get _syncFilters => '{"room":{"state":{"lazy_load_members":true}}}';
|
||||||
|
|
||||||
String get _firstSyncFilters =>
|
String get _firstSyncFilters =>
|
||||||
'{"room":{"include_leave":true,"state":{"lazy_load_members":false}}}';
|
'{"room":{"include_leave":true,"state":{"lazy_load_members":true}}}';
|
||||||
|
|
||||||
/// Handles the connection to the Matrix Homeserver. You can change this to a
|
/// Handles the connection to the Matrix Homeserver. You can change this to a
|
||||||
/// MockClient for testing.
|
/// MockClient for testing.
|
||||||
|
|
Loading…
Reference in a new issue