mirror of
https://github.com/minimo-io/appticles.git
synced 2025-06-23 16:05:29 +00:00
New relay
This commit is contained in:
parent
d40206c74d
commit
900d220447
@ -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",
|
||||
];
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user