firehose: accept kind 10002 events

This commit is contained in:
Alex Gleason 2023-08-14 19:16:49 -05:00
parent 875fcfb09d
commit 3da30553cb
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const pool = new RelayPool(relays);
// side-effects based on them, such as trending hashtag tracking // side-effects based on them, such as trending hashtag tracking
// and storing events for notifications and the home feed. // and storing events for notifications and the home feed.
pool.subscribe( pool.subscribe(
[{ kinds: [0, 1, 3, 5, 6, 7], since: nostrNow() }], [{ kinds: [0, 1, 3, 5, 6, 7, 10002], since: nostrNow() }],
relays, relays,
handleEvent, handleEvent,
undefined, undefined,