increase message export length
This commit is contained in:
parent
a9c3867287
commit
0a08025728
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue