2017-07-19 00:28:56 +02:00
|
|
|
{{#with emoji_dict}}
|
2020-05-13 07:26:30 +02:00
|
|
|
<div class="emoji-popover-emoji {{#if ../message_id }}{{#if has_reacted}} reacted {{/if}} reaction {{else}} composition {{/if}}" data-emoji-name="{{name}}" tabindex="0" data-emoji-id="{{../type}},{{../section}},{{../index}}">
|
2017-07-19 00:28:56 +02:00
|
|
|
{{#if is_realm_emoji}}
|
2017-09-29 22:16:36 +02:00
|
|
|
<img src="{{url}}" class="emoji"/>
|
2017-07-19 00:28:56 +02:00
|
|
|
{{else}}
|
2018-07-20 18:38:56 +02:00
|
|
|
<div class="emoji emoji-{{emoji_code}}"></div>
|
2017-07-19 00:28:56 +02:00
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
{{/with}}
|