mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
prosodyctl: check config: Skip bare JID components in orphan check
This commit is contained in:
parent
7badf61246
commit
d0bd1e71d9
1 changed files with 1 additions and 1 deletions
|
@ -667,7 +667,7 @@ local function check(arg)
|
|||
end
|
||||
end
|
||||
end
|
||||
for host, host_config in enabled_hosts() do
|
||||
for host, host_config in it.filter(skip_bare_jid_hosts, enabled_hosts()) do
|
||||
local is_component = not not host_config.component_module;
|
||||
if is_component then
|
||||
local parent_domain = host:match("^[^.]+%.(.+)$");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue