diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-07-06 20:04:53 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-07-06 20:04:53 +0100 |
commit | 23b38d36fcf0145880af7f5a0240d2af30b2a88e (patch) | |
tree | 00dcaa64cc5bb61ea0886e00fd3f896a2e27fcfd /files/virtual_host.cfg.lua.j2 | |
parent | 9ad2f38d254b01611e874ac5aa8cddaf5aa28732 (diff) |
Remove roster group support
This was only ever enabled for testing purposes, and is no longer
needed.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 4182a60..eb3a52e 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -24,10 +24,6 @@ site_apps_show = { "monal"; } -{%- if roster_groups is defined %} -groups_file = "/etc/prosody/groups/{{ virtual_host }}.toml" -{% endif %} - contact_info = { abuse = { "xmpp:abuse@{{ virtual_host }}" }; admin = { "xmpp:admin@{{ virtual_host }}" }; |