mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:48:30 +00:00
Previously, we would always pick up the stream and topic name from compose_state. This would work for message edits as well when the composebox was open. Now, if we are in a message edit, we get the stream and topic of the message being edited before falling back on trying to populate using the composebox state. Fixes #14545.