0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

modules/m_room_member: Add mapi header to module.

This commit is contained in:
Jason Volk 2018-04-03 13:12:04 -07:00
parent 1755ca55da
commit e78f08e8ff

View file

@ -10,6 +10,12 @@
using namespace ircd;
mapi::header
IRCD_MODULE
{
"Matrix m.room.member"
};
static void
_can_join_room(const m::event &event)
{