This commit is contained in:
John Livingston 2024-04-18 15:46:38 +02:00
parent 3efbfbc12b
commit 131d9ac22d
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC

View File

@ -79,7 +79,7 @@ async function getConverseJSParams (
let externalAuthOIDC
if (userIsConnected !== true) {
if (!remoteConnectionInfos?.externalAuthCompatible) {
if (remoteConnectionInfos && !remoteConnectionInfos.externalAuthCompatible) {
options.peertubeHelpers.logger.debug(
'The remote livechat plugin is not compatible with external authentication, not enabling the feature'
)