{#snippet title()}

Outbox Relays

{/snippet} {#snippet description()}

These relays will be advertised on your profile as places where you send your public notes. Be sure to select relays that will accept your notes, and which will let people who follow you read them.

{/snippet}
{#each $writeRelayUrls.sort() as url (url)} {:else}

No relays found

{/each}
{#snippet title()}

Inbox Relays

{/snippet} {#snippet description()}

These relays will be advertised on your profile as places where other people should send notes intended for you. Be sure to select relays that will accept notes that tag you.

{/snippet}
{#each $readRelayUrls.sort() as url (url)} {:else}

No relays found

{/each}
{#snippet title()}

Messaging Relays

{/snippet} {#snippet description()}

These relays will be advertised on your profile as places you use to send and receive direct messages. Be sure to select relays that will accept your messages and messages from people you'd like to be in contact with.

{/snippet}
{#each $inboxRelayUrls.sort() as url (url)} {:else}

No relays found

{/each}