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

fix: clear_messages_on_reconnection to false sib-app#412

parent e3fab481
No related branches found
No related tags found
No related merge requests found
Pipeline #4728 passed
...@@ -194,7 +194,7 @@ export const SibChat = { ...@@ -194,7 +194,7 @@ export const SibChat = {
'auto_reconnect': true, 'auto_reconnect': true,
'auto_register_muc_nickname': true, 'auto_register_muc_nickname': true,
'bosh_service_url': this.element.dataset.boshServiceUrl, 'bosh_service_url': this.element.dataset.boshServiceUrl,
"clear_messages_on_reconnection": true, "clear_messages_on_reconnection": false,
'i18n': 'en', 'i18n': 'en',
'jid': jabberID.toLowerCase(), 'jid': jabberID.toLowerCase(),
'locales_url': this.element.dataset.localesUrl, 'locales_url': this.element.dataset.localesUrl,
......
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