2017-07-19 00:28:56 +02:00
|
|
|
{{#with emoji_dict}}
|
2024-04-12 21:46:31 +02:00
|
|
|
<div class="emoji-popover-emoji {{#if has_reacted}}reacted{{/if}}" data-emoji-name="{{#if emoji_name}}{{emoji_name}}{{else}}{{name}}{{/if}}" 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}}
|