Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
SiB Chat
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
51
Issues
51
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Startin blox
components
SiB Chat
Compare Revisions
v0.4.11...v0.4.12
Source
v0.4.12
Select Git revision
...
Target
v0.4.11
Select Git revision
Compare
Commits (1)
fix: add auto_join_on_invite
· 91ab2b84
Jean-Baptiste Pasquier
authored
Jan 24, 2020
91ab2b84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sib-chat.js
sib-chat.js
+1
-0
No files found.
sib-chat.js
View file @
91ab2b84
...
@@ -201,6 +201,7 @@ export const SibChat = {
...
@@ -201,6 +201,7 @@ export const SibChat = {
// 'archived_messages_page_size': 30,
// 'archived_messages_page_size': 30,
'
auto_list_rooms
'
:
true
,
'
auto_list_rooms
'
:
true
,
'
auto_login
'
:
this
.
element
.
dataset
.
autoLogin
===
'
true
'
,
'
auto_login
'
:
this
.
element
.
dataset
.
autoLogin
===
'
true
'
,
'
auto_join_on_invite
'
:
true
,
'
auto_reconnect
'
:
true
,
'
auto_reconnect
'
:
true
,
'
auto_register_muc_nickname
'
:
true
,
'
auto_register_muc_nickname
'
:
true
,
// Quick fix : auto join yourself & target of current route
// Quick fix : auto join yourself & target of current route
...
...