mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 16:34:13 +01:00
ircd:Ⓜ️ Tweak module order.
This commit is contained in:
parent
ca21a760a7
commit
89b047f68c
1 changed files with 5 additions and 5 deletions
10
ircd/m.cc
10
ircd/m.cc
|
@ -201,8 +201,6 @@ ircd::m::module_names
|
|||
"m_node",
|
||||
"m_keys",
|
||||
"m_fetch",
|
||||
"m_command",
|
||||
"m_control",
|
||||
"m_feds",
|
||||
"m_events",
|
||||
"m_rooms",
|
||||
|
@ -234,6 +232,11 @@ ircd::m::module_names
|
|||
"identity_v1",
|
||||
"media_magick",
|
||||
"media_media",
|
||||
"m_command",
|
||||
"m_control",
|
||||
"well_known",
|
||||
"webhook",
|
||||
"stats",
|
||||
"federation_backfill_ids",
|
||||
"federation_backfill",
|
||||
"federation_event_auth",
|
||||
|
@ -307,9 +310,6 @@ ircd::m::module_names
|
|||
"client_thirdparty_protocols",
|
||||
"client_versions",
|
||||
"client_voip_turnserver",
|
||||
"well_known",
|
||||
"stats",
|
||||
"webhook",
|
||||
"index",
|
||||
"m_listen",
|
||||
"m_vm",
|
||||
|
|
Loading…
Reference in a new issue