We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4fa7b3 commit e5f4564Copy full SHA for e5f4564
1 file changed
conversejs/templates/conversejs/includes/initialize.html
@@ -12,8 +12,8 @@
12
show_controlbox_by_default: {{ CONVERSEJS_SHOW_CONTROLBOX_BY_DEFAULT }},
13
xhr_user_search: {{ CONVERSEJS_XHR_USER_SEARCH }},
14
bosh_service_url: '{{ CONVERSEJS_BOSH_SERVICE_URL }}',
15
- show_only_online_users: '{{ CONVERSEJS_SHOW_ONLY_ONLINE_USERS }}',
16
- allow_contact_requests: '{{ CONVERSEJS_ALLOW_CONTACT_REQUESTS }}',
+ show_only_online_users: {{ CONVERSEJS_SHOW_ONLY_ONLINE_USERS }},
+ allow_contact_requests: {{ CONVERSEJS_ALLOW_CONTACT_REQUESTS }},
17
jid: '{{ jid }}',
18
sid: '{{ sid }}',
19
rid: '{{ rid }}',
0 commit comments