Changeset

13723:d7bf48d31374 13.0

util.prosodyctl.check: Recognise http_upload_external as a file upload service
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 14:19:16 +0000
parents 13722:8bf5d07e3796
children 13724:650f3869de82 13725:c51140dfbc4e
files util/prosodyctl/check.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 				};
 				{