From 90fea186dd0a76f18819b9cdf5da3d0ca2b6b020 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Thu, 13 Feb 2025 18:00:54 +0000 Subject: [PATCH] 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. --- core/modulemanager.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modulemanager.lua b/core/modulemanager.lua index b8ba2f35e..7295ba255 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",