feat(prosody): Always report visitors support when enabled.

This commit is contained in:
damencho
2024-03-04 13:08:50 -06:00
committed by Дамян Минков
parent 28f3cf8b64
commit 648612f1bc

View File

@@ -464,4 +464,5 @@ Component "metadata.{{ $XMPP_DOMAIN }}" "room_metadata_component"
{{ if $ENABLE_VISITORS }}
Component "visitors.{{ $XMPP_DOMAIN }}" "visitors_component"
auto_allow_visitor_promotion = true
always_visitors_enabled = true
{{ end }}