You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have tens/hundreds of membership changes in a row, MELS takes a surprisingly long time to render when viewing a timeline for the first time. It's as if every new event added to scrollback calls the MELS (or the whole timeline?) to re-render from scratch. Instead, we should only update the MELS atomically for every batch of scrollback loaded via /messages, rather than on a message by message basis.
The text was updated successfully, but these errors were encountered:
If you have tens/hundreds of membership changes in a row, MELS takes a surprisingly long time to render when viewing a timeline for the first time. It's as if every new event added to scrollback calls the MELS (or the whole timeline?) to re-render from scratch. Instead, we should only update the MELS atomically for every batch of scrollback loaded via /messages, rather than on a message by message basis.
The text was updated successfully, but these errors were encountered: