mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
ircd:Ⓜ️ Reorder modules again.
This commit is contained in:
parent
61d050024f
commit
b8f37894bc
2 changed files with 10 additions and 6 deletions
|
@ -216,6 +216,7 @@ ircd::m::homeserver::~homeserver()
|
|||
noexcept
|
||||
{
|
||||
signoff(*this);
|
||||
vm.reset();
|
||||
|
||||
while(!modules.empty())
|
||||
modules.pop_back();
|
||||
|
|
|
@ -36,16 +36,20 @@ decltype(ircd::m::matrix::module_names)
|
|||
ircd::m::matrix::module_names
|
||||
{
|
||||
"net_dns",
|
||||
"key_query",
|
||||
"key_server",
|
||||
"identity_pubkey",
|
||||
"identity_v1",
|
||||
|
||||
"media_media",
|
||||
|
||||
"well_known",
|
||||
"web_root",
|
||||
"web_hook",
|
||||
"stats",
|
||||
|
||||
"key_query",
|
||||
"key_server",
|
||||
|
||||
"identity_pubkey",
|
||||
"identity_v1",
|
||||
|
||||
"m_noop",
|
||||
"m_breadcrumb_rooms",
|
||||
"m_command",
|
||||
|
@ -73,6 +77,7 @@ ircd::m::matrix::module_names
|
|||
"m_room_third_party_invite",
|
||||
"m_user_highlight_auth",
|
||||
"m_vm_fetch",
|
||||
"m_listen",
|
||||
|
||||
"federation_backfill_ids",
|
||||
"federation_backfill",
|
||||
|
@ -149,8 +154,6 @@ ircd::m::matrix::module_names
|
|||
"client_thirdparty_protocols",
|
||||
"client_versions",
|
||||
"client_capabilities",
|
||||
|
||||
"m_listen",
|
||||
};
|
||||
|
||||
/// This is a list of modules that are considered "optional" and any loading
|
||||
|
|
Loading…
Add table
Reference in a new issue