0
0
Fork 0
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:
Jason Volk 2020-11-09 12:47:04 -08:00
parent 2dc5c852cf
commit bb7cda6fec

View file

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