upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Brugeman <brugeman.artur@gmail.com>2023-01-25 14:46:28 +0300
committerGitHub <noreply@github.com>2023-01-25 14:46:28 +0300
commitd534df39c05f26e26d47f1813cbacbb02c9d7718 (patch)
tree14407930fbe7ac68c916fcbbdc599cb137783a9d
parenta5a4f312ccb44a33dd2c685d735a96bf0acb8838 (diff)
Add hint about client-side filtering
-rw-r--r--50.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/50.md b/50.md
index 470da1c..b02a3f3 100644
--- a/50.md
+++ b/50.md
@@ -28,7 +28,7 @@ a `NOTICE` to inform the client. Future NIPs will specify behavior for other eve
28A filter matches if one of the provided `keywords` matches. Each keyword string may contain several conditions - `words`, 28A filter matches if one of the provided `keywords` matches. Each keyword string may contain several conditions - `words`,
29all the words must match for a keyword to match. The meaning of `words` depends on event kind. 29all the words must match for a keyword to match. The meaning of `words` depends on event kind.
30 30
31Clients SHOULD use the supported_nips field to learn if a relay supports keyword filter queries. 31Clients SHOULD use the supported_nips field to learn if a relay supports keyword filter queries. Clients MAY send keyword filter queries to any relay, if they are prepared to filter out extraneous responses from relays that do not support this NIP.
32 32
33Clients SHOULD query several relays supporting this NIP and specific kind to compensate for potentially different 33Clients SHOULD query several relays supporting this NIP and specific kind to compensate for potentially different
34implementation details between relays (like string sanitization, etc). 34implementation details between relays (like string sanitization, etc).