mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Similar to group based setting values, we expect the client to send the previous content alongwith the edited content to the edit message endpoint. We reject the request incase the previous content doesn't match the current message content, which could happen in case two users simultaneously edit a message - which will be implemented in #33051.