{#if post.reply} {/if}
{#each post.reactions as reaction} toggleReaction(reaction)} bind:active={reaction.me} bind:count={reaction.count} disabled={reaction.name.includes('@')} title={reaction.name} label=""> {#if reaction.url} {reaction.name} {:else} {reaction.name} {/if} {/each}