From f6cf3b6c3c76d15f9b17e42ea05b72deff359183 Mon Sep 17 00:00:00 2001 From: Artur Brugeman Date: Thu, 26 Jan 2023 15:14:44 +0300 Subject: [PATCH] Fix: change lud18 to lud16 --- 50.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/50.md b/50.md index b02a3f3a..0692fd1d 100644 --- a/50.md +++ b/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.