From a08c59bcb28f3b7b9d3ab2d0a68abf3db6f19c61 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Fri, 24 Jul 2026 05:07:55 -0700 Subject: [PATCH] Remove module example as it was already in the enabled list by default. --- Config/Prosody/etc/conf.avail/example.com.cfg.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Config/Prosody/etc/conf.avail/example.com.cfg.lua b/Config/Prosody/etc/conf.avail/example.com.cfg.lua index 42c4c3e..3ecb2db 100644 --- a/Config/Prosody/etc/conf.avail/example.com.cfg.lua +++ b/Config/Prosody/etc/conf.avail/example.com.cfg.lua @@ -26,7 +26,3 @@ VirtualHost "example.com" ---Set up an external component (default component port is 5347) --Component "gateway.example.com" -- component_secret = "password" - --- modules_enabled = { --- "cloud_notify"; --- }