From 8d78148815b0b6dbb82f200f591cebef78a59383 Mon Sep 17 00:00:00 2001 From: randogoth Date: Tue, 23 Jun 2026 15:40:04 +0300 Subject: [PATCH] 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) --- modules/services/nostr-rs-relay.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/nostr-rs-relay.nix b/modules/services/nostr-rs-relay.nix index 6e5fcdc..0476d56 100644 --- a/modules/services/nostr-rs-relay.nix +++ b/modules/services/nostr-rs-relay.nix @@ -16,7 +16,7 @@ let port = 8880 [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 {