From f0b62fad50053b5e9dad26a42a8998a81544b350 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Wed, 29 May 2024 17:43:58 +0100 Subject: Add invites_api module I am rolling out a Matrix bot that will auto-reply to contacts in bridged conversations, encouraging people to reach out to me on XMPP. The bot will send them an invite link, retrieved from this API. --- files/virtual_host.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index 77726ff..42ca5bb 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -9,6 +9,7 @@ admins = { "admin@{{ virtual_host }}" }; modules_enabled = { "invites"; "invites_adhoc"; + "invites_api"; "invites_page"; "invites_register"; "register"; -- cgit v1.2.3