mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
modules/s_state: Fix missing MAPI header.
This commit is contained in:
parent
a62f453e58
commit
ebcf5206e6
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
|||
|
||||
using namespace ircd;
|
||||
|
||||
mapi::header
|
||||
IRCD_MODULE
|
||||
{
|
||||
"Matrix state library; modular components."
|
||||
};
|
||||
|
||||
extern "C" size_t
|
||||
state__rebuild_present(const m::room &room)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue