diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-05-29 17:43:58 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-05-29 17:43:58 +0100 |
commit | f0b62fad50053b5e9dad26a42a8998a81544b350 (patch) | |
tree | ee8e81bd0ba7628002efaf145d6a1df2da4eb92a | |
parent | b997dabfebe74422de510884b68480fcb3bf1780 (diff) |
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.
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |