Changeset

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 13687:a00d0e2dc33a
children 13690:d112eac6a3dc
files core/modulemanager.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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",