From 0986561440a4453cbbb854611dfc28189d68b5f7 Mon Sep 17 00:00:00 2001 From: Haruki Date: Fri, 25 Aug 2023 17:50:42 +0900 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=A6=81=E3=81=AAkind=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=81=97=E3=80=81=E6=96=B0=E3=81=9F=E3=81=AB?= =?UTF-8?q?replaceable=E3=81=AAkind=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nostr-rs-relay/config.toml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) 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]