mirror of
https://github.com/zulip/zulip.git
synced 2025-10-24 08:33:43 +00:00
This avoids the somewhat confusing visuals of showing messages as EDITED where the content had not been changed, which also obscured situations where a message had both been edited and moved. It's possible we could do better with some sort of fancier block-move visual styling, but it's a bit tricky to do well given that we support moving multiple messages at once. Fixes #20451.