Fix: change lud18 to lud16

This commit is contained in:
Artur Brugeman 2023-01-26 15:14:44 +03:00 committed by GitHub
parent d534df39c0
commit f6cf3b6c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
50.md
View File

@ -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.