diff --git a/nostr-rs-relay/config.toml b/nostr-rs-relay/config.toml index 8ae0de2..fd547c3 100644 --- a/nostr-rs-relay/config.toml +++ b/nostr-rs-relay/config.toml @@ -147,22 +147,14 @@ max_ws_frame_bytes = 1024000 # Event kind allowlist. Events other than these kinds will be discarded. event_kind_allowlist = [ - 0, - 1, - 2, - 3, - 7, - 40, - 41, - 42, - 43, - 44, - 30023, 1964, 1965, 5392, 5393, 5394, + 35382, + 35393, + 35394, ] [authorization]