prosody: remove muc_meeting_id from lobby

* prosody: remove muc_meeting_id from lobby
This commit is contained in:
Aaron van Meerten
2024-01-08 12:24:53 -06:00
committed by GitHub
parent c21a598562
commit 7f86006c3f

View File

@@ -413,7 +413,6 @@ Component "lobby.{{ $XMPP_DOMAIN }}" "muc"
muc_room_locking = false muc_room_locking = false
muc_room_default_public_jids = true muc_room_default_public_jids = true
modules_enabled = { modules_enabled = {
"muc_meeting_id";
{{ if $ENABLE_RATE_LIMITS -}} {{ if $ENABLE_RATE_LIMITS -}}
"muc_rate_limit"; "muc_rate_limit";
{{ end -}} {{ end -}}