fix: make incremental sync efficient again
This commit is contained in:
parent
93d225fd1e
commit
f285c89006
3 changed files with 48 additions and 37 deletions
|
@ -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,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue