mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	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.
This commit is contained in:
		@@ -23,7 +23,7 @@
 | 
				
			|||||||
                                        {{{ status_message }}}
 | 
					                                        {{{ status_message }}}
 | 
				
			||||||
                                    </span>
 | 
					                                    </span>
 | 
				
			||||||
                                    {{#if_and last_edit_timestr include_sender}}
 | 
					                                    {{#if_and last_edit_timestr include_sender}}
 | 
				
			||||||
                                    <div class="message_edit_notice" title="{{#tr this}}Edited (__last_edit_timestr__){{/tr}}">
 | 
					                                    <div class="message_edit_notice auto-select" title="{{#tr this}}Edited (__last_edit_timestr__){{/tr}}">
 | 
				
			||||||
                                        ({{t "EDITED" }})
 | 
					                                        ({{t "EDITED" }})
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
                                    {{/if_and}}
 | 
					                                    {{/if_and}}
 | 
				
			||||||
@@ -75,7 +75,7 @@
 | 
				
			|||||||
                <div class="message_content">{{#unless status_message}}{{#if use_match_properties}}{{{msg/match_content}}}{{else}}{{{msg/content}}}{{/if}}{{/unless}}</div>
 | 
					                <div class="message_content">{{#unless status_message}}{{#if use_match_properties}}{{{msg/match_content}}}{{else}}{{{msg/content}}}{{/if}}{{/unless}}</div>
 | 
				
			||||||
                {{#if last_edit_timestr}}
 | 
					                {{#if last_edit_timestr}}
 | 
				
			||||||
                    {{#unless include_sender}}
 | 
					                    {{#unless include_sender}}
 | 
				
			||||||
                    <div class="message_edit_notice" title="{{#tr this}}Edited (__last_edit_timestr__){{/tr}}">
 | 
					                    <div class="message_edit_notice auto-select" title="{{#tr this}}Edited (__last_edit_timestr__){{/tr}}">
 | 
				
			||||||
                        ({{t "EDITED" }})
 | 
					                        ({{t "EDITED" }})
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
                    {{/unless}}
 | 
					                    {{/unless}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user