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:
parent
1755ca55da
commit
e78f08e8ff
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
|||
|
||||
using namespace ircd;
|
||||
|
||||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"Matrix m.room.member"
|
||||
};
|
||||
|
||||
static void
|
||||
_can_join_room(const m::event &event)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue