New relay

This commit is contained in:
minimo-io 2024-04-23 10:03:49 -03:00
parent d40206c74d
commit 900d220447
2 changed files with 4 additions and 8 deletions

View File

@ -15,10 +15,5 @@ export const relays = [
"wss://nostr.bitcoiner.social", "wss://nostr.bitcoiner.social",
"wss://nostr.mutinywallet.com", "wss://nostr.mutinywallet.com",
"wss://relay.current.fyi", "wss://relay.current.fyi",
// "wss://relay.plebstr.com", "wss://brb.io",
// "wss://nostr-pub.wellorder.net",
// "wss://brb.io",
// "wss://eden.nostr.land",
// "wss://nostr.orangepill.dev",
]; ];

View File

@ -136,9 +136,10 @@
{#if progress < 100} {#if progress < 100}
<p> <p>
Progress = Progress =
<strong>{progress}%</strong> - {totalCountOfContactsChecked} of {followBackCount + <strong>{progress}%</strong> - {totalCountOfContactsChecked} of {followsCount}
<!-- - {totalCountOfContactsChecked} of {followBackCount +
notFollowBackCount + notFollowBackCount +
unknownFollowBack} unknownFollowBack} -->
</p> </p>
{:else} {:else}
<p><strong>Completed!</strong></p> <p><strong>Completed!</strong></p>