Possibility to configure an OpenID Connect provider on the instance
level WIP (#128) Fix chat federation.
This commit is contained in:
@ -122,7 +122,8 @@ async function storeRemoteServerInfos (
|
||||
const mainHost = xmppserver.host
|
||||
const hosts = [
|
||||
xmppserver.host,
|
||||
xmppserver.muc
|
||||
xmppserver.muc,
|
||||
xmppserver.external
|
||||
]
|
||||
|
||||
for (const host of hosts) {
|
||||
|
Reference in New Issue
Block a user