mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
Fix: change lud18 to lud16
This commit is contained in:
parent
d534df39c0
commit
f6cf3b6c3c
2
50.md
2
50.md
|
@ -44,7 +44,7 @@ characters are ignored.
|
|||
For kind `1`, an event must include all words in it's `content` field for it to match the keyword.
|
||||
|
||||
For kind `0`, an event must include all mentioned words in the json object stored at the `content` field. Recommended
|
||||
json fields for matching are `about`, `display_name`, `name`, `nip05`, `lud06` and `lud18`.
|
||||
json fields for matching are `about`, `display_name`, `name`, `nip05`, `lud06` and `lud16`.
|
||||
|
||||
A keyword may contain a word starting with prefix `option:` (like `option:no_spam`), such words specify additional
|
||||
constraints for event matching, and are reserved for the future extensions. Relay SHOULD ignore `option:` words that it does not support.
|
||||
|
|
Loading…
Reference in New Issue
Block a user