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

fix: no need of autojoin on init

parent f2d35bf6
No related branches found
No related tags found
No related merge requests found
Pipeline #4689 passed
......@@ -180,8 +180,8 @@ export const SibChat = {
'auto_reconnect': true,
'auto_register_muc_nickname': true,
// Quick fix : auto join yourself & target of current route
'auto_join_private_chats': [this.jid.toLowerCase()],
'auto_join_rooms': [this.jid.toLowerCase()],
'auto_join_private_chats': [],
'auto_join_rooms': [],
'bosh_service_url': this.element.dataset.boshServiceUrl,
'clear_messages_on_reconnection': true,
'i18n': 'en',
......
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