mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Merge 13.0->trunk
This commit is contained in:
commit
2c39c676ce
1 changed files with 2 additions and 2 deletions
|
@ -1524,7 +1524,7 @@ local function check(arg)
|
|||
end
|
||||
end
|
||||
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");
|
||||
end
|
||||
if feature.lacking_component_modules then
|
||||
|
@ -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;
|
||||
};
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue