From 7c29b57914125ba37ea0df90242d2344b5d8f7fa Mon Sep 17 00:00:00 2001 From: Mahdhi Rezvi <37553533+Mahdhir@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:49:19 +0530 Subject: [PATCH] prosody: fix reservations API Fixes: https://github.com/jitsi/jitsi-meet/issues/11623 --- prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua b/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua index ff3d065..03a4966 100644 --- a/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua +++ b/prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua @@ -167,7 +167,7 @@ VirtualHost "{{ $XMPP_DOMAIN }}" {{ end }} {{ if $PROSODY_RESERVATION_ENABLED }} - reservations_api_prefix = { "{{ $PROSODY_RESERVATION_REST_BASE_URL }}" } + reservations_api_prefix = "{{ $PROSODY_RESERVATION_REST_BASE_URL }}" {{ end }} {{ if $ENABLE_BREAKOUT_ROOMS }}