{#if submission !== ''} {#await threads(submission)} {:then threads}
    {#each threads .filter( (thread) => thread.categories.some( (category) => category.name.includes('Release Discussion') ) ) .sort((a, b) => b.createdAt - a.createdAt) as thread}
  1. {new Date(thread.createdAt * 1000).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })} `} use:tooltip > {thread.title.replace('[Spoilers]', '')}
  2. {/each}
{:catch}

{$locale().tools.episodeDiscussion?.rateLimit}

{$locale().tools.episodeDiscussion?.contactSupport?.split('@fuwn')[0]}@fuwn{$locale().tools.episodeDiscussion?.contactSupport?.split('@fuwn')[1]}

{/await} {:else} {$locale().tools.episodeDiscussion?.enterUsername} {/if}