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:
parent
fe9fde3db3
commit
4662c7d02a
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ let
|
|||
relay_url = "wss://relay.otherwhere.app/"
|
||||
name = "Otherwhere Relay"
|
||||
description = "Test Relay"
|
||||
pubkey = ""
|
||||
pubkey = "2fbfe895d5fa20740e5173e51cb5a64b5699d0cfb5981e856013a755ce4d7da2"
|
||||
contact = "trl@posteo.net"
|
||||
|
||||
[database]
|
||||
|
|
@ -16,7 +16,7 @@ let
|
|||
port = 8880
|
||||
|
||||
[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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue