mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
modules/m_room_events: Fix export attribute.
This commit is contained in:
parent
fda4c9d0ce
commit
af1d6e20cd
1 changed files with 1 additions and 1 deletions
|
@ -14,8 +14,8 @@ IRCD_MODULE
|
|||
"Matrix room library"
|
||||
};
|
||||
|
||||
IRCD_MODULE_EXPORT_DATA
|
||||
decltype(ircd::m::room::events::viewport_size)
|
||||
IRCD_MODULE_EXPORT_DATA
|
||||
ircd::m::room::events::viewport_size
|
||||
{
|
||||
{ "name", "ircd.m.room.events.viewport.size" },
|
||||
|
|
Loading…
Reference in a new issue