Merge 13.0->trunk

This commit is contained in:
Matthew Wild 2025-02-16 14:29:02 +00:00
commit 2c39c676ce

View file

@ -1524,7 +1524,7 @@ local function check(arg)
end end
end end
print(""); print("");
print("", "", "If you have already configured any these components, they may not be"); print("", "", "If you have already configured any of these components, they may not be");
print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components"); print("", "", "linked correctly to "..host..". For more info see https://prosody.im/doc/components");
end end
if feature.lacking_component_modules then if feature.lacking_component_modules then
@ -1702,7 +1702,7 @@ local function check(arg)
{ {
name = "File sharing"; name = "File sharing";
check = function () check = function ()
check_component("http_file_share", "http_upload"); check_component("http_file_share", "http_upload", "http_upload_external");
end; end;
}; };
{ {