[Connection] Reenable lazy loading

This commit is contained in:
Christian Pauly 2019-07-26 14:46:50 +02:00
parent 8664954f27
commit d334968219
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Connection {
String get _syncFilters => '{"room":{"state":{"lazy_load_members":true}}}';
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
/// MockClient for testing.