{#if $profile}
{displayProfile($profile, pubkeyDisplay)}
{$profile?.nip05 ? displayNip05($profile.nip05) : pubkeyDisplay}
{#if !isSelf} {#if getPubkeyTagValues(getListTags($userFollows)).includes(pubkey)} {:else} {/if} {/if}
{#each sortBy(e => -e.created_at, $events) as event (event.id)} {#if flatten(Object.values(getAncestorTags(event.tags))).length === 0} {@const [url] = Array.from(tracker.getRelays(event.id))}
{/if} {:else}

{/each}
{:else}

{#await sleep(3000)} {:then} Unable to find this profile. {/await}

{/if}