{mouse_pos.left = e.pageX; mouse_pos.top = e.pageY}} on:mouseup={e => {if (e.pageX == mouse_pos.left && e.pageY == mouse_pos.top) gotoPost(e)}} on:keydown={gotoPost}>
{#if data.type === "favourite"} {:else if data.type === "reblog"} {:else if data.type === "reaction"} {:else if data.type === "mention"} {:else} {/if} {#if data.accounts.length == 1} {:else} {#each accounts_short as account} {/each} {/if} {@html activity_text.replace("%1", mention(data.accounts))}
{#if data.status}
{@html data.status.html}
{#if data.type === "mention"} {#if data.status.reactions} {/if} {/if} {/if}