Comparison

util/prosodyctl/check.lua @ 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
parent 13722:8bf5d07e3796
child 13727:704765bfe0a3
comparison
equal deleted inserted replaced
13722:8bf5d07e3796 13723:d7bf48d31374
1700 end; 1700 end;
1701 }; 1701 };
1702 { 1702 {
1703 name = "File sharing"; 1703 name = "File sharing";
1704 check = function () 1704 check = function ()
1705 check_component("http_file_share", "http_upload"); 1705 check_component("http_file_share", "http_upload", "http_upload_external");
1706 end; 1706 end;
1707 }; 1707 };
1708 { 1708 {
1709 name = "Group chats"; 1709 name = "Group chats";
1710 check = function () 1710 check = function ()