mirror of
https://github.com/bjc/prosody.git
synced 2025-04-01 20:27:39 +03:00
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.
This commit is contained in:
parent
df63482b96
commit
90fea186dd
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue