Fetch user events

This commit is contained in:
Jonathan Staab 2023-06-20 08:46:21 -07:00
parent 12e56c3625
commit 4420284e64

View File

@ -179,7 +179,7 @@ export const listen = async () => {
;(listen as any)._listener = await network.listen({
relays: getUserReadRelays(),
filter: [
{kinds: [4], authors: [pubkey], since},
{kinds: noteKinds.concat(4), authors: [pubkey], since},
{kinds, "#p": [pubkey], since},
{kinds, "#e": eventIds, since},
{kinds: [42], "#e": roomsJoined, since},