{isRequests ? 'Friend Request Manager' : active.label}
{#if !session.signedIn}Sign in to read your mail.
{:else}{actionError}
{/if} {#if isRequests}Listing 1–{requests.items.length} of {requests.items.length}
{/if}| From | Confirmation |
|---|---|
|
|
{displayNameOf(account)}
wants to be your friend!
{fullHandle(account, session.host)}
|
| Date | From | Subject |
|---|---|---|
| {stampDate(item.created_at)} |
|
{displayNameOf(item.account)}
{VERB[item.type] ?? item.type}
{#if item.status}
{toPlainText(item.status.spoiler_text || item.status.content).slice(0, 140) || '(no text)'} {/if} |