diff options
| author | Artur Brugeman <brugeman.artur@gmail.com> | 2023-01-26 15:14:44 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-26 15:14:44 +0300 |
| commit | f6cf3b6c3c76d15f9b17e42ea05b72deff359183 (patch) | |
| tree | 5470c73af47ea9ab34b8aa770b1ebf4604cd98de | |
| parent | d534df39c05f26e26d47f1813cbacbb02c9d7718 (diff) | |
Fix: change lud18 to lud16
| -rw-r--r-- | 50.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -44,7 +44,7 @@ characters are ignored. | |||
| 44 | For kind `1`, an event must include all words in it's `content` field for it to match the keyword. | 44 | For kind `1`, an event must include all words in it's `content` field for it to match the keyword. |
| 45 | 45 | ||
| 46 | For kind `0`, an event must include all mentioned words in the json object stored at the `content` field. Recommended | 46 | For kind `0`, an event must include all mentioned words in the json object stored at the `content` field. Recommended |
| 47 | json fields for matching are `about`, `display_name`, `name`, `nip05`, `lud06` and `lud18`. | 47 | json fields for matching are `about`, `display_name`, `name`, `nip05`, `lud06` and `lud16`. |
| 48 | 48 | ||
| 49 | A keyword may contain a word starting with prefix `option:` (like `option:no_spam`), such words specify additional | 49 | A keyword may contain a word starting with prefix `option:` (like `option:no_spam`), such words specify additional |
| 50 | constraints for event matching, and are reserved for the future extensions. Relay SHOULD ignore `option:` words that it does not support. | 50 | constraints for event matching, and are reserved for the future extensions. Relay SHOULD ignore `option:` words that it does not support. |