ConverseJS Readonly mode. Changing muc_mention_autocomplete_min_chars.

This commit is contained in:
John Livingston
2021-12-14 13:02:15 +01:00
parent c19db4dc9c
commit 148b28ef84
5 changed files with 30 additions and 3 deletions

View File

@ -22,7 +22,8 @@
websocketServiceUrl: '{{WS_SERVICE_URL}}',
authenticationUrl: '{{AUTHENTICATION_URL}}',
advancedControls: '{{ADVANCEDCONTROLS}}' === 'true',
theme: '{{CONVERSEJS_THEME}}'
theme: '{{CONVERSEJS_THEME}}',
forceReadonly: '{{FORCEREADONLY}}' === 'true'
})
</script>
</body>