mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +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
|
||||||
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;
|
||||||
};
|
};
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue