0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-26 18:38:52 +02:00

ircd:Ⓜ️ Fix missing module accoutrements.

ircd:Ⓜ️ Tweak module order.
This commit is contained in:
Jason Volk 2019-07-26 16:57:27 -07:00
parent 3ad9496bcf
commit 2a736ac581
2 changed files with 7 additions and 5 deletions

View file

@ -209,7 +209,6 @@ ircd::m::module_names
"m_user_events",
"m_user_highlight",
"m_user_profile",
"m_ignored_user_list",
"m_room_timeline",
"m_room_aliases",
"m_room_canonical_alias",
@ -230,6 +229,8 @@ ircd::m::module_names
"m_device",
"m_direct",
"m_direct_to_device",
"m_breadcrumb_rooms",
"m_ignored_user_list",
"key_query",
"key_server",
"identity_pubkey",

View file

@ -8,10 +8,11 @@
// copyright notice and this permission notice is present in all copies. The
// full license for this software is available in the LICENSE file.
///////////////////////////////////////////////////////////////////////////////
//
// m/breadcrumb_rooms.h
//
ircd::mapi::header
IRCD_MODULE
{
"Matrix Breadcrumb Rooms"
};
ircd::m::event::id::buf
ircd::m::breadcrumb_rooms::set(const json::array &rooms)