mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
We now "first_message_id" of the stream on the deletion of the first message that was sent to it. This results in 1 extra query when any stream message is deleted and 3 extra queries when the first message sent to any stream is deleted. Fixes #28877.