Allow reporting, labeling, and follow list event kinds on relay; set relay pubkey

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
randogoth 2026-06-27 19:53:23 +03:00
parent fe9fde3db3
commit 4662c7d02a

View file

@ -5,7 +5,7 @@ let
relay_url = "wss://relay.otherwhere.app/" relay_url = "wss://relay.otherwhere.app/"
name = "Otherwhere Relay" name = "Otherwhere Relay"
description = "Test Relay" description = "Test Relay"
pubkey = "" pubkey = "2fbfe895d5fa20740e5173e51cb5a64b5699d0cfb5981e856013a755ce4d7da2"
contact = "trl@posteo.net" contact = "trl@posteo.net"
[database] [database]
@ -16,7 +16,7 @@ let
port = 8880 port = 8880
[limits] [limits]
event_kind_allowlist = [0, 3, 5, 7, 20, 1111, 1059, 2003, 2004, 5392, 37515, 37518] event_kind_allowlist = [0, 3, 5, 7, 20, 1111, 1059, 1984, 1985, 2003, 2004, 5392, 30000, 37515, 37518]
''; '';
in in
{ {