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.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",
|
|
||||||
];
|
];
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user