mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.prosodyctl.check: Recognise http_upload_external as a file upload service
This commit is contained in:
parent
f7f794c5c6
commit
3ba87d07a9
1 changed files with 1 additions and 1 deletions
|
@ -1702,7 +1702,7 @@ local function check(arg)
|
|||
{
|
||||
name = "File sharing";
|
||||
check = function ()
|
||||
check_component("http_file_share", "http_upload");
|
||||
check_component("http_file_share", "http_upload", "http_upload_external");
|
||||
end;
|
||||
};
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue