# HG changeset patch # User Matthew Wild # Date 1739715556 0 # Node ID d7bf48d3137456e844e94a06ce0d5aa1dcb02ce3 # Parent 8bf5d07e37969156312139cd967961433e4380f6 util.prosodyctl.check: Recognise http_upload_external as a file upload service diff -r 8bf5d07e3796 -r d7bf48d31374 util/prosodyctl/check.lua --- a/util/prosodyctl/check.lua Sun Feb 16 14:17:11 2025 +0000 +++ b/util/prosodyctl/check.lua Sun Feb 16 14:19:16 2025 +0000 @@ -1702,7 +1702,7 @@ { name = "File sharing"; check = function () - check_component("http_file_share", "http_upload"); + check_component("http_file_share", "http_upload", "http_upload_external"); end; }; {