# HG changeset patch # User Matthew Wild # Date 1739469654 0 # Node ID 6049c1602c79d64130cf572d71e18a38eb757552 # Parent a00d0e2dc33a11207f94e202868b736f2fad9d17 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. diff -r a00d0e2dc33a -r 6049c1602c79 core/modulemanager.lua --- a/core/modulemanager.lua Thu Feb 13 17:05:36 2025 +0000 +++ b/core/modulemanager.lua Thu Feb 13 18:00:54 2025 +0000 @@ -29,7 +29,6 @@ local lua_version = _VERSION:match("5%.%d+$"); local autoload_modules = { - prosody.platform, "presence", "message", "iq",