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-26 15:14:44 +0300
committerGitHub <noreply@github.com>2023-01-26 15:14:44 +0300
commitf6cf3b6c3c76d15f9b17e42ea05b72deff359183 (patch)
tree5470c73af47ea9ab34b8aa770b1ebf4604cd98de
parentd534df39c05f26e26d47f1813cbacbb02c9d7718 (diff)
Fix: change lud18 to lud16
-rw-r--r--50.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/50.md b/50.md
index b02a3f3..0692fd1 100644
--- a/50.md
+++ b/50.md
@@ -44,7 +44,7 @@ characters are ignored.
44For kind `1`, an event must include all words in it's `content` field for it to match the keyword. 44For kind `1`, an event must include all words in it's `content` field for it to match the keyword.
45 45
46For kind `0`, an event must include all mentioned words in the json object stored at the `content` field. Recommended 46For kind `0`, an event must include all mentioned words in the json object stored at the `content` field. Recommended
47json fields for matching are `about`, `display_name`, `name`, `nip05`, `lud06` and `lud18`. 47json fields for matching are `about`, `display_name`, `name`, `nip05`, `lud06` and `lud16`.
48 48
49A keyword may contain a word starting with prefix `option:` (like `option:no_spam`), such words specify additional 49A keyword may contain a word starting with prefix `option:` (like `option:no_spam`), such words specify additional
50constraints for event matching, and are reserved for the future extensions. Relay SHOULD ignore `option:` words that it does not support. 50constraints for event matching, and are reserved for the future extensions. Relay SHOULD ignore `option:` words that it does not support.