Skip to content
Snippets Groups Projects
Verified Commit b773928b authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: archived_messages_page_size to 200

parent 2cd0c79e
No related branches found
No related tags found
No related merge requests found
Pipeline #4717 passed
......@@ -184,7 +184,7 @@ export const SibChat = {
'allow_non_roster_messaging': true,
'allow_dragresize': false,
'allow_logout': false,
'archived_messages_page_size': 30,
'archived_messages_page_size': 200,
'auto_list_rooms': true,
'auto_login': this.element.dataset.autoLogin === 'true',
'auto_join_on_invite': true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment