Increase max limit for /messages from 100 to 1000
This commit is contained in:
@@ -54,7 +54,7 @@ const IGNORED_MESSAGE_TYPES: &[TimelineEventType] = &[
|
||||
CallNotify,
|
||||
];
|
||||
|
||||
const LIMIT_MAX: usize = 100;
|
||||
const LIMIT_MAX: usize = 1000;
|
||||
const LIMIT_DEFAULT: usize = 10;
|
||||
|
||||
/// # `GET /_matrix/client/r0/rooms/{roomId}/messages`
|
||||
|
||||
Reference in New Issue
Block a user