upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/89.md
diff options
context:
space:
mode:
authorYoji Shidara <dara@shidara.net>2025-08-20 01:11:47 +0900
committerGitHub <noreply@github.com>2025-08-19 09:11:47 -0700
commit38bc891e671fab9603e5129b01158bda844271df (patch)
tree9682bfc0113a517140af67b53a9ec558a29271ee /89.md
parentc222f711020db8b18a5fab8e7891ea05049956cc (diff)
NIP-89: Fix heading levels (#2032)
Diffstat (limited to '89.md')
-rw-r--r--89.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/89.md b/89.md
index 24aa3c5..dff4ea1 100644
--- a/89.md
+++ b/89.md
@@ -47,7 +47,7 @@ Multiple `a` tags can appear on the same `kind:31989`.
47The second value of the tag SHOULD be a relay hint. 47The second value of the tag SHOULD be a relay hint.
48The third value of the tag SHOULD be the platform where this recommendation might apply. 48The third value of the tag SHOULD be the platform where this recommendation might apply.
49 49
50## Handler information 50### Handler information
51```jsonc 51```jsonc
52{ 52{
53 "kind": 31990, 53 "kind": 31990,
@@ -76,7 +76,7 @@ Multiple tags might be registered by the app, following NIP-19 nomenclature as t
76 76
77A tag without a second value in the array SHOULD be considered a generic handler for any NIP-19 entity that is not handled by a different tag. 77A tag without a second value in the array SHOULD be considered a generic handler for any NIP-19 entity that is not handled by a different tag.
78 78
79# Client tag 79## Client tag
80When publishing events, clients MAY include a `client` tag. Identifying the client that published the note. This tag is a tuple of `name`, `address` identifying a handler event and, a relay `hint` for finding the handler event. This has privacy implications for users, so clients SHOULD allow users to opt-out of using this tag. 80When publishing events, clients MAY include a `client` tag. Identifying the client that published the note. This tag is a tuple of `name`, `address` identifying a handler event and, a relay `hint` for finding the handler event. This has privacy implications for users, so clients SHOULD allow users to opt-out of using this tag.
81 81
82```jsonc 82```jsonc