diff --git a/81.md b/81.md index e936762..abb5255 100644 --- a/81.md +++ b/81.md @@ -19,11 +19,11 @@ Example of Public Status "kind": 30382, "tags": [ ["d", ""], - ["n", "Clients"], - ["n", "Developers"], + ["n", "Client List"], + ["n", "Special Holidays List"], ["p", "", "relay"], ["trust_level", "1"], - ["nickname", ""], + ["petname", ""], ["summary", ""] ], "content": "", @@ -38,12 +38,12 @@ Example of Private Status "kind": 30382, "tags": [ ["d", ""], - ["n", "Clients"], + ["n", "Clients List"], ["n", "6064460175057025"], // see private n-tags below ], "content": nip44Encrypt(JSON.stringify([ ["p", "", "relay"], - ["nickname", ""], + ["petname", ""], ["summary", ""], ["nip82secret", ""] ])), @@ -51,7 +51,7 @@ Example of Private Status } ``` -`nickname` SHOULD be used instead of the person's display name in all interfaces +`petname` SHOULD be used instead of the person's display name in all interfaces Profile screens MAY display the summary of the relationship and allow the user to change the tags of this event. @@ -72,7 +72,7 @@ Clients MAY hide human readable `n`-tags behind a code and list their code maps "kind": 10008, "content": nip44Encrypt(JSON.stringify([ ["map", "", ""], - ["map", "Clients", "Clients"], // public list of my Clients + ["map", "Clients List", "Clients List"], // public list of my Clients ["map", "6064460175057025", "Idiots"] // private list of idiots ])), // ...other fields