From cf144593f1d350dabb61aa808b36118a6b3b03ec Mon Sep 17 00:00:00 2001 From: Asai Toshiya Date: Thu, 28 Sep 2023 19:24:36 +0900 Subject: [PATCH] Add relay list of kind 3 to NIP-24 (#795) (as deprecated) --- 24.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/24.md b/24.md index cb5d898..5f94a2b 100644 --- a/24.md +++ b/24.md @@ -24,6 +24,17 @@ These are fields that should be ignored or removed when found in the wild: - `displayName`: use `display_name` instead. - `username`: use `name` instead. +kind 3 +====== + +These are extra fields not specified in NIP-02 that may be present in the stringified JSON of contacts events: + +### Deprecated fields + +These are fields that should be ignored or removed when found in the wild: + + - `{: {"read": , "write": }, ...}`: an object of relays used by a user to read/write, but in favor of [NIP-65](65.md). + tags ====