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.mutinywallet.com",
"wss://relay.current.fyi",
// "wss://relay.plebstr.com",
// "wss://nostr-pub.wellorder.net",
// "wss://brb.io",
// "wss://eden.nostr.land",
// "wss://nostr.orangepill.dev",
"wss://brb.io",
];

View File

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