add kind 7 (reactions) to scraper

This commit is contained in:
mr0x50 2025-02-23 20:18:02 +01:00
parent 8c3564ee20
commit bddbafa125

View File

@ -20,7 +20,7 @@ services:
environment:
INPUT_RELAY: "wss://relay.nostr.band"
OUTPUT_RELAY: "ws://relay:3334"
KINDS: "[0,1,2,3,20]"
KINDS: "[0,1,2,3,7,20]"
postgres:
image: postgres:17
environment: