mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd:Ⓜ️ Typedef room closure.
This commit is contained in:
parent
28d4ebfba2
commit
c354b6c1e4
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,8 @@ struct ircd::m::room
|
|||
|
||||
using id = m::id::room;
|
||||
using alias = m::id::room_alias;
|
||||
using closure = std::function<void (const room &)>;
|
||||
using closure_bool = std::function<bool (const room &)>;
|
||||
|
||||
id room_id;
|
||||
event::id event_id;
|
||||
|
|
Loading…
Reference in a new issue