render emoji in notification content

This commit is contained in:
ari melody 2025-01-19 22:32:25 +00:00
parent a9160a3a8f
commit c2d7ae7ec6
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -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}