Browse Source

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

damencho 1 năm trước cách đây
mục cha
commit
648612f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 1 - 0
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -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 }}