increase message export length

This commit is contained in:
tezlm 2024-07-26 19:18:26 -07:00
parent a9c3867287
commit 0a08025728
Signed by: tezlm
GPG key ID: 649733FCD94AFBBA

View file

@ -141,7 +141,7 @@ pub async fn get_message_events_route(
.lazy_load_confirm_delivery(sender_user, sender_device, &body.room_id, from)
.await?;
let limit = u64::from(body.limit).min(100) as usize;
let limit = u64::from(body.limit).min(2000) as usize;
let next_token;