mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 06:53:25 +00:00
This fixes a bug where newly received very-long messages would only sometimes be collapsed properly until a second message arrived (whether it did the right thing dependened on whether the new message had the same recipient or a different recipient from other arriving messages). Apparently, we correctly called condense.condense_and_collapse in all but one of the codepaths of `render` that add new messages. This adds a call on the missing codepath. Fixes #3978.
40 KiB
40 KiB