edit_history: Use modern edit history format in frontend.

This commit is contained in:
Tim Abbott
2022-03-01 17:46:27 -08:00
parent 072051f81e
commit e54dfda0b1
5 changed files with 3 additions and 14 deletions

View File

@@ -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";
}