mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
message_edit_history: Add UI for seeing topic edits.
Users can previously see only message content edits, this will enable them to see topic edits too in the same section, fixes #3731. Fixes #3731.
This commit is contained in:
@@ -337,6 +337,10 @@ exports.get_edit_event_orig_topic = function (obj) {
|
||||
return obj.orig_subject;
|
||||
};
|
||||
|
||||
exports.get_edit_event_prev_topic = function (obj) {
|
||||
return obj.prev_subject;
|
||||
};
|
||||
|
||||
exports.is_topic_synonym = function (operator) {
|
||||
return operator === 'subject';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user