mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 00:34:32 +00:00
Fix: change lud18 to lud16
This commit is contained in:
parent
d534df39c0
commit
f6cf3b6c3c
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue