render emoji in notification content
This commit is contained in:
parent
a9160a3a8f
commit
c2d7ae7ec6
|
@ -106,7 +106,7 @@
|
|||
{data.status.warning}
|
||||
</div>
|
||||
{:else}
|
||||
{@html data.status.html}
|
||||
{@html data.status.rich_text}
|
||||
{/if}
|
||||
|
||||
{#if data.status.media && data.status.media.length > 0}
|
||||
|
|
Loading…
Reference in a new issue