mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Previously, all of the callers of message_edit.save() would check if it returned true, and if so, call message_edit.end(). This resulted in various bugs in the past, so we switch to the much cleaner model of just calling .end() inside .save().
15 KiB
15 KiB