fix: make incremental sync efficient again

This commit is contained in:
Timo Kösters
2022-01-06 00:15:34 +01:00
parent 93d225fd1e
commit f285c89006
3 changed files with 48 additions and 37 deletions

View File

@@ -242,7 +242,7 @@ pub async fn get_message_events_route(
&sender_user,
&sender_device,
&body.room_id,
lazy_loaded.into_iter().collect(),
lazy_loaded,
next_token,
);
}