Skip to content

Optimize chat perf in long run

Shpuld Shpludson requested to merge feat/keep-chat-perf-up into develop

Previously the chat view would bloat and bloat over time. Added simple cutting to reduce visible chat messages to the newest 50 when you scroll all the way to the bottom, kinda like loading new on timelines cuts the older stuff out.

Merge request reports