diff core/modulemanager.lua @ 13689:6049c1602c79 13.0

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.
author Matthew Wild <mwild1@gmail.com>
date Thu, 13 Feb 2025 18:00:54 +0000
parents b03b5716e4cf
children dde0ce03049b
line wrap: on
line diff
--- 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",