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
No known key found for this signature in database
GPG key ID: 356E705610F626D5
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,
);
}