mod_invites: Comment on module loading for HTTP invite URLs

This commit is contained in:
Kim Alvefur 2022-01-05 22:37:42 +01:00
parent 3b2c39901a
commit f1dd97cb9c

View file

@ -250,6 +250,7 @@ function module.command(arg)
-- Load mod_invites
local invites = module:depends("invites");
-- Optional community module that if used, needs to be loaded here
local invites_page_module = module:get_option_string("invites_page_module", "invites_page");
if mm.get_modules_for_host(host):contains(invites_page_module) then
module:depends(invites_page_module);