diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-16 14:19:16 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-16 14:19:16 +0000 |
commit | 3ba87d07a971a388a40caf7eb45887c1c81766f9 (patch) | |
tree | c5b98ce615e019db9e89037282f82cb5215b8b3d /util/prosodyctl | |
parent | f7f794c5c665e2bbd40153076a3e0e4d1e45323d (diff) | |
download | prosody-3ba87d07a971a388a40caf7eb45887c1c81766f9.tar.gz prosody-3ba87d07a971a388a40caf7eb45887c1c81766f9.zip |
util.prosodyctl.check: Recognise http_upload_external as a file upload service
Diffstat (limited to 'util/prosodyctl')
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index c6b8a14b..dc8c75f1 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -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; }; { |