dm_headers: Show bot icon after bot name.

Fixes #32990.
This commit is contained in:
kash2104
2025-03-18 20:38:23 +05:30
committed by Tim Abbott
parent 39d8fa38fd
commit daf7f855cc
3 changed files with 11 additions and 1 deletions

View File

@@ -94,7 +94,8 @@
{{~#tr}}You and <z-user-names></z-user-names>
{{#*inline "z-user-names"}}
{{#each recipient_users}}
{{~full_name}}{{#if should_add_guest_user_indicator}}&nbsp;<i>({{t 'guest'}})</i>{{/if}}{{#unless @last}}, {{/unless~}}
{{~full_name}}{{#if is_bot}}<i class="zulip-icon zulip-icon-bot" aria-label="{{t 'Bot' }}"></i>{{/if}}
{{~#if should_add_guest_user_indicator}}&nbsp;<i>({{t 'guest'}})</i>{{/if}}{{#unless @last}}, {{/unless~}}
{{/each}}
{{/inline}}
{{/tr~}}