{#if reactions.length > 0}
{#each reactions as reaction (reaction.url ?? reaction.name)} {@const imageUrl = reaction.url ? safeCustomEmojiUrl(reaction.url) : null}
void toggle(reaction)} > {#if imageUrl}
{:else}
{reaction.name}
{/if}
{reaction.count}
{/each}
{/if} {#if error}
{error}
{/if}