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) <noreply@anthropic.com>
This commit is contained in:
randogoth 2026-06-23 15:45:12 +03:00
parent 8d78148815
commit 81a9675234

View file

@ -16,7 +16,7 @@ let
port = 8880 port = 8880
[limits] [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 in
{ {