mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd:Ⓜ️ Move media module init order.
This commit is contained in:
parent
63f43ba60a
commit
454e1bdd40
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,6 @@ ircd::m::canon_service
|
|||
decltype(ircd::m::matrix::module_names)
|
||||
ircd::m::matrix::module_names
|
||||
{
|
||||
"media_media",
|
||||
|
||||
"well_known",
|
||||
"web_root",
|
||||
"web_hook",
|
||||
|
@ -88,6 +86,8 @@ ircd::m::matrix::module_names
|
|||
"m_room_third_party_invite",
|
||||
"m_vm_fetch",
|
||||
|
||||
"media_media",
|
||||
|
||||
"federation_backfill_ids",
|
||||
"federation_backfill",
|
||||
"federation_event_auth",
|
||||
|
|
Loading…
Reference in a new issue