mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
firehose: accept kind 10002 events
This commit is contained in:
parent
875fcfb09d
commit
3da30553cb
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ const pool = new RelayPool(relays);
|
|||
// side-effects based on them, such as trending hashtag tracking
|
||||
// and storing events for notifications and the home feed.
|
||||
pool.subscribe(
|
||||
[{ kinds: [0, 1, 3, 5, 6, 7], since: nostrNow() }],
|
||||
[{ kinds: [0, 1, 3, 5, 6, 7, 10002], since: nostrNow() }],
|
||||
relays,
|
||||
handleEvent,
|
||||
undefined,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue