From c1391a17d2c22ea10677568d4ac00e02716ccfe5 Mon Sep 17 00:00:00 2001 From: Viktor Vsk Date: Sun, 27 Aug 2023 18:51:39 +0200 Subject: [PATCH] Add a note regarding matching events in real-time using custom NIP-50 filters --- 50.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/50.md b/50.md index 5bda3559..05e32ef2 100644 --- a/50.md +++ b/50.md @@ -43,6 +43,8 @@ client's use case, and MAY stop querying relays that have low precision. Relays SHOULD exclude spam from search results by default if they supports some form of spam filtering. +Relays MAY only use `search` filter when searching for persisted events and ignore when sending new events because some extensions may not be compatible with real-time processing (it may require time to mark event as a spam for example). However relays SHOULD send events matched by `search` filters after `EOSE` as accurately as possible. + ## Extensions Relay MAY support these extensions: