Browse Source

prosody: fix syntax error

Saúl Ibarra Corretgé 2 years ago
parent
commit
d9921a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

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

@@ -243,7 +243,7 @@ Component "{{ $XMPP_MUC_DOMAIN }}" "muc"
         {{ end -}}
         {{ end -}}
         {{ if .Env.MAX_PARTICIPANTS }}
         {{ if .Env.MAX_PARTICIPANTS }}
         "muc_max_occupants";
         "muc_max_occupants";
-        {{ end }
+        {{ end }}
     }
     }
     muc_room_cache_size = 1000
     muc_room_cache_size = 1000
     muc_room_locking = false
     muc_room_locking = false