diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-13 18:01:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-13 18:01:43 +0000 |
commit | 5cb42c94bdd9c2fda924b3742d53df7c621819e8 (patch) | |
tree | 74716af125f3522c1484b2adcf7adb44b19c8d4e /core | |
parent | 1d130946fe3bd9f48aaa1af54efc3160c2cfd4b8 (diff) | |
parent | ed5dfc1a624b74e8a93fc896f6b3238be4256607 (diff) | |
download | prosody-5cb42c94bdd9c2fda924b3742d53df7c621819e8.tar.gz prosody-5cb42c94bdd9c2fda924b3742d53df7c621819e8.zip |
Merge 13.0->trunk
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index b8ba2f35..7295ba25 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", |