mirror of
https://github.com/matrix-construct/construct
synced 2025-03-16 22:41:46 +01:00
modules/m_room_server_acl: Fix missing export tag.
This commit is contained in:
parent
3e43a10e6d
commit
8b648b3b72
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ ircd::m::room::server_acl::enable_send
|
|||
};
|
||||
|
||||
bool
|
||||
IRCD_MODULE_EXPORT
|
||||
ircd::m::room::server_acl::check(const m::room::id &room_id,
|
||||
const net::hostport &server)
|
||||
noexcept try
|
||||
|
|
Loading…
Add table
Reference in a new issue