mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
The call to compose_fade.update_faded_messages() in message_list caused us to traverse every message in the current table, which was extremely inefficient. Now we call the newly created compose_fade.update_rendered_messages(), which only fades/unfades the messages passed in as the first parameter. (imported from commit a5a47e13fc9daeedd0899b2cfb02beb3f6b8cd0a)
31 KiB
31 KiB