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:
parent
7972fad90b
commit
8d78148815
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue