Who does not follows you on Nostr

{#if !userThumb} {npubToQuery} {/if}
{#if userThumb}
user-thumb User: {userName} |  Follows: {followsCount}

Unknown: {unknownFollowBack} | Follow_Back: {followBackCount} | Not_Follow_Back: {notFollowBackCount} / {notFollowersBack.length}
Total Scanned = {totalCountOfContactsChecked} of {followBackCount + notFollowBackCount + unknownFollowBack}

They don't follow you ({notFollowersBack.length}):

{#each notFollowersBack as item, i}
  • #{i + 1} - Nostr.Band / Primal : {item}
  • {/each}
    {:else}
    Loading data...
    {/if}