minor fixes
This commit is contained in:
@@ -26,7 +26,7 @@ export default function NoteMetadata({
|
||||
{
|
||||
'#e': [eventID],
|
||||
since: parseInt(eventTime),
|
||||
kinds: [1, 7],
|
||||
kinds: [7],
|
||||
limit: 50,
|
||||
},
|
||||
],
|
||||
@@ -48,11 +48,7 @@ export default function NoteMetadata({
|
||||
break;
|
||||
}
|
||||
},
|
||||
1000,
|
||||
undefined,
|
||||
{
|
||||
unsubscribeOnEose: true,
|
||||
}
|
||||
1000
|
||||
);
|
||||
|
||||
return () => {
|
||||
|
||||
@@ -6,7 +6,7 @@ export const RelayContext = createContext({});
|
||||
const relays = [
|
||||
'wss://relay.damus.io',
|
||||
'wss://nostr-pub.wellorder.net',
|
||||
'wss://nostr.bongbong.com',
|
||||
//'wss://nostr.bongbong.com',
|
||||
'wss://nostr.zebedee.cloud',
|
||||
'wss://nostr.fmt.wiz.biz',
|
||||
'wss://relay.snort.social',
|
||||
|
||||
Reference in New Issue
Block a user