prosody: param to link room metadata to main vhost (#1616)

pull/1621/head
Aaron van Meerten 1 year ago committed by GitHub
parent 5120595a48
commit a827437fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@ -215,7 +215,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}"
}
main_muc = "{{ $XMPP_MUC_DOMAIN }}"
room_metadata_component = "metadata.{{ $XMPP_DOMAIN }}"
{{ if $ENABLE_LOBBY }}
lobby_muc = "lobby.{{ $XMPP_DOMAIN }}"
{{ if $ENABLE_RECORDING }}

Loading…
Cancel
Save