From c43a00fd60efbb970f0eb83ba40b237aee09696a Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 27 Nov 2018 16:24:04 -0800 Subject: [PATCH] copy: Include EDITED notices in more copy-paste cases. Previously, they were only included in messages that were the first in their recipient block and were not /me (status) messages. --- static/templates/single_message.handlebars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/templates/single_message.handlebars b/static/templates/single_message.handlebars index 577a24ccd5..cbaf975922 100644 --- a/static/templates/single_message.handlebars +++ b/static/templates/single_message.handlebars @@ -23,7 +23,7 @@ {{{ status_message }}} {{#if_and last_edit_timestr include_sender}} -
+
({{t "EDITED" }})
{{/if_and}} @@ -75,7 +75,7 @@
{{#unless status_message}}{{#if use_match_properties}}{{{msg/match_content}}}{{else}}{{{msg/content}}}{{/if}}{{/unless}}
{{#if last_edit_timestr}} {{#unless include_sender}} -
+
({{t "EDITED" }})
{{/unless}}