mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
This commit makes it so that inline (recipient bar) topic edits follow a different path from full message row edits in `message_edit.js`. This commit: - deletes `.save()` endpoint and replaces all calls to it with `.save_message_row_edit()` and `.save_inline_topic_edit()` - deletes `.end()` endpoint and replaces all calls to it with calls to either ".end_message_row_edit()" and ".end_inline_topic_edit()".