mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
edit_history: Use modern edit history format in frontend.
This commit is contained in:
@@ -241,10 +241,6 @@ export function get_edit_event_orig_topic(obj) {
|
||||
return obj.orig_subject;
|
||||
}
|
||||
|
||||
export function get_edit_event_prev_topic(obj) {
|
||||
return obj.prev_subject;
|
||||
}
|
||||
|
||||
export function is_topic_synonym(operator) {
|
||||
return operator === "subject";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user