Allow reaction, picture, and comment event kinds on relay

Add kinds 7 (reactions), 20 (picture events), and 1111 (comments)
to the nostr-rs-relay event_kind_allowlist.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
randogoth 2026-06-23 15:40:04 +03:00
parent 7972fad90b
commit 8d78148815

View file

@ -16,7 +16,7 @@ let
port = 8880 port = 8880
[limits] [limits]
event_kind_allowlist = [0, 3, 5, 2003, 2004, 37515, 37518] event_kind_allowlist = [0, 3, 5, 7, 20, 1111, 2003, 2004, 37515, 37518]
''; '';
in in
{ {