mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
This reverts commit 6441ad0677 since it
causes two bugs: (1) when rendering new message there is glitch where
the profile picture flashes (2) when someone sends a new message their
profile picture flickers.
4 lines
198 B
Handlebars
4 lines
198 B
Handlebars
<div class="u-{{msg/sender_id}} inline_profile_picture {{#sender_is_guest}} guest-avatar{{/sender_is_guest}}" aria-hidden="true">
|
|
<img src="{{small_avatar_url}}" alt="" class="no-drag"/>
|
|
</div>
|