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.
This commit is contained in:
Matthew Wild 2025-02-13 18:00:54 +00:00
parent df63482b96
commit 90fea186dd

View file

@ -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",