This commit is contained in:
John Livingston 2021-05-05 18:16:59 +02:00
parent 1fe320a59d
commit c895778175

View File

@ -131,6 +131,8 @@ window.initConverse = async function initConverse ({
allow_message_retraction: 'all'
}
// TODO: params.clear_messages_on_reconnection = true when muc_mam will be available.
if (authenticationUrl !== '') {
const auth = await authenticatedMode(authenticationUrl)
if (auth) {