aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2025-02-13 18:00:54 +0000
committerMatthew Wild <mwild1@gmail.com>2025-02-13 18:00:54 +0000
commit90fea186dd0a76f18819b9cdf5da3d0ca2b6b020 (patch)
treecd9744aff49063020a9c1b2dde6f9e773f83af79
parentdf63482b9602120ebd7550d0252c6ab358a44964 (diff)
downloadprosody-90fea186dd0a76f18819b9cdf5da3d0ca2b6b020.tar.gz
prosody-90fea186dd0a76f18819b9cdf5da3d0ca2b6b020.zip
modulemanager: Remove autoloading of per-platform module
We only support posix these days, and we moved it to the core startup process to make it more deterministic and reliable.
-rw-r--r--core/modulemanager.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index b8ba2f35..7295ba25 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -29,7 +29,6 @@ local ipairs, pairs, type, t_insert = ipairs, pairs, type, table.insert;
local lua_version = _VERSION:match("5%.%d+$");
local autoload_modules = {
- prosody.platform,
"presence",
"message",
"iq",