minor updates
This commit is contained in:
@@ -59,7 +59,7 @@ export const ActiveAccount = memo(function ActiveAccount({ user }: { user: any }
|
||||
insertFollowsToStorage(event.tags);
|
||||
}
|
||||
},
|
||||
undefined,
|
||||
20000,
|
||||
undefined,
|
||||
{
|
||||
unsubscribeOnEose: true,
|
||||
|
||||
@@ -55,7 +55,8 @@ export default function NoteConnector() {
|
||||
setHasNewerNote(true)
|
||||
)
|
||||
.catch(console.error);
|
||||
}
|
||||
},
|
||||
10000
|
||||
);
|
||||
}, [pool, relays, setHasNewerNote]);
|
||||
|
||||
|
||||
@@ -35,13 +35,11 @@ export default function Page() {
|
||||
kinds: [4],
|
||||
authors: [pubkey],
|
||||
'#p': [activeAccount.pubkey],
|
||||
since: 0,
|
||||
},
|
||||
{
|
||||
kinds: [4],
|
||||
authors: [activeAccount.pubkey],
|
||||
'#p': [pubkey],
|
||||
since: 0,
|
||||
},
|
||||
],
|
||||
relays,
|
||||
|
||||
Reference in New Issue
Block a user