util.prosodyctl.check: Recognise http_upload_external as a file upload service

This commit is contained in:
Matthew Wild 2025-02-16 14:19:16 +00:00
parent f7f794c5c6
commit 3ba87d07a9

View file

@ -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;
};
{