From 9a039bd021794860c076292a26d2ebf2e1232602 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 17 Jan 2024 11:54:28 -0600 Subject: [PATCH] firehose: ingest zap receipts --- src/firehose.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firehose.ts b/src/firehose.ts index b95d33f..a9d1c44 100644 --- a/src/firehose.ts +++ b/src/firehose.ts @@ -10,7 +10,7 @@ const debug = Debug('ditto:firehose'); // 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, 10002], limit: 0, since: nostrNow() }], + [{ kinds: [0, 1, 3, 5, 6, 7, 9735, 10002], limit: 0, since: nostrNow() }], activeRelays, handleEvent, undefined,