mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +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().
14 KiB
14 KiB