diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 13:38:28 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 13:38:28 +0100 |
commit | 48b63bdce802f8050ff75af733e6c9cbaffe32b1 (patch) | |
tree | 1f7b5623c140622f58e29d0f6df8f3b57c1d3d0d | |
parent | ebd06e5a5eefe3b4b05f648b684f4b0360c29e70 (diff) |
Do not explicitly load component module
Whoops! mod_component is not supposed to be loaded directly, instead it
gets indirectly loaded as a result of the relevant component
definitions.
-rw-r--r-- | files/prosody.cfg.lua.j2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 4b67544..adb5e2a 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -13,7 +13,6 @@ modules_enabled = { "bosh"; "carbons"; "cloud_notify"; - "component"; "csi_battery_saver"; "dialback"; "disco"; |