diff --git a/static/js/message_edit_history.js b/static/js/message_edit_history.js index 99860336de..9342de9276 100644 --- a/static/js/message_edit_history.js +++ b/static/js/message_edit_history.js @@ -34,6 +34,7 @@ exports.fetch_and_render_message_history = function (message) { item.new_topic = msg.topic; } else if (msg.prev_topic) { item.posted_or_edited = "Topic edited by"; + item.show_date_row = !moment(timestamp).isSame(prev_timestamp, 'day'); item.topic_edited = true; item.prev_topic = msg.prev_topic; item.new_topic = msg.topic;