0
0
Fork 0
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:
Jason Volk 2019-05-31 14:05:50 -07:00
parent 3e43a10e6d
commit 8b648b3b72

View file

@ -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