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

update: set archived_messages_page_size to 200

parent 97430972
No related branches found
No related tags found
No related merge requests found
Pipeline #4709 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,
......@@ -207,7 +207,6 @@ export const SibChat = {
'show_desktop_notifications': false,
// 'use_system_emojis': false,
// 'show_send_button': true,
'singleton': true,
'sounds_path': 'https://cdn.happy-dev.fr/conversejs/sounds/',
'view_mode': 'fullscreen',
'visible_toolbar_buttons': {
......
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