0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-05 18:18:35 +02:00

ircd:Ⓜ️ Tweak module order.

This commit is contained in:
Jason Volk 2019-07-18 11:29:03 -07:00
parent ca21a760a7
commit 89b047f68c

View file

@ -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",