mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_server_contact_info: Comment on fallback to using 'admins'
This commit is contained in:
parent
8caaa21a58
commit
22b14f4200
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ local form_layout = require "util.dataforms".new({
|
|||
{ name = "support", var = "support-addresses", type = "list-multi" },
|
||||
});
|
||||
|
||||
-- JIDs of configured service admins are used as fallback
|
||||
local admins = module:get_option_inherited_set("admins", {});
|
||||
|
||||
local contact_config = module:get_option("contact_info", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue