Fix non-working http_file_share

This commit is contained in:
Oliver Hattshire 2025-10-22 10:10:00 -03:00
parent 93f55ea51a
commit 61c5eb5985

View file

@ -14,7 +14,7 @@ then
disco_items = { disco_items = {
{ "whatsapp", "Whatsapp gateway" }; { "whatsapp", "Whatsapp gateway" };
} }
Component ("u."..ENV_DOMAIN_NAME, "http_file_share") Component ("u."..ENV_DOMAIN_NAME) "http_file_share"
Component "whatsapp" Component "whatsapp"
component_secret = ENV_SLIDGE_SECRET or "" component_secret = ENV_SLIDGE_SECRET or ""
modules_enabled = {"privilege"} modules_enabled = {"privilege"}