From c686f233201cd2d5d60ebc4b9127d1bc2389dcc3 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 21 Sep 2025 13:01:12 +0100 Subject: Place invites behind a flag Invites are not needed on a single-user transport-only server. Therefore, place this functionality behind a flag. --- files/virtual_host.cfg.lua.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'files/virtual_host.cfg.lua.j2') diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index afc9774..c21886b 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -25,12 +25,14 @@ modules_enabled = { } +{% if not is_transport_server %} site_apps_show = { "conversations"; "dino"; "gajim"; "monal"; } +{% endif %} contact_info = { abuse = { "xmpp:abuse@{{ virtual_host }}" }; -- cgit v1.2.3