{#each post.reactions as reaction}
toggleReaction(reaction)}
bind:active={reaction.me}
bind:count={reaction.count}
disabled={!$account || (reaction.name.includes('@') && !$server.capabilities.includes(capabilities.FOREIGN_REACTIONS))}
title={reaction.name}
label="">
{#if reaction.url}
{:else}
{reaction.name}
{/if}
{/each}