Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
message_list_view: Clarify imprecise performance comment.
A single call to this function doesn't have a material performance impact when tested with 20k messages while scrolling in combined feed view; likely because only 400 messages can be in the structure at any give time given render windows. But calling this in a loop somewhere would be a bad idea.
- Loading branch information