mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
ircd:Ⓜ️:room::events: Increase the viewport size.
This commit is contained in:
parent
2dc5c852cf
commit
bb7cda6fec
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ decltype(ircd::m::room::events::viewport_size)
|
|||
ircd::m::room::events::viewport_size
|
||||
{
|
||||
{ "name", "ircd.m.room.events.viewport.size" },
|
||||
{ "default", 48L },
|
||||
{ "default", 96L },
|
||||
};
|
||||
|
||||
std::pair<int64_t, ircd::m::event::idx>
|
||||
|
|
Loading…
Reference in a new issue