From 81a9675234b1a51535cc26e74eaba61690941289 Mon Sep 17 00:00:00 2001 From: randogoth Date: Tue, 23 Jun 2026 15:45:12 +0300 Subject: [PATCH] Allow kind 5392 (jirorian registration) on relay The jirorian upload service subscribes to kind 5392 events for its NIP-44-gated whitelist registration flow; the relay must accept them. 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 0476d56..9f3d333 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, 7, 20, 1111, 2003, 2004, 37515, 37518] + event_kind_allowlist = [0, 3, 5, 7, 20, 1111, 2003, 2004, 5392, 37515, 37518] ''; in {