upleb.uk

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

summaryrefslogtreecommitdiff
path: root/25.md
diff options
context:
space:
mode:
authorcavini <60157060+cavini@users.noreply.github.com>2025-05-29 19:45:03 -0300
committerGitHub <noreply@github.com>2025-05-29 15:45:03 -0700
commit37bc37c95a00e746f083f53c9eaae8ca7193b365 (patch)
treec729374ee4b928e94361fa8d874c8fd202d00b9b /25.md
parentcddab6d244c4536e8197b77fbc4c8681284f56be (diff)
chore: fix typo (#1944)
Diffstat (limited to '25.md')
-rw-r--r--25.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/25.md b/25.md
index f569078..6492822 100644
--- a/25.md
+++ b/25.md
@@ -22,7 +22,7 @@ Tags
22 22
23There MUST be always an `e` tag set to the `id` of the event that is being reacted to. The `e` tag SHOULD include a relay hint pointing to a relay where the event being reacted to can be found. If a client decides to include other `e`, which not recommended, the target event `id` should be last of the `e` tags. 23There MUST be always an `e` tag set to the `id` of the event that is being reacted to. The `e` tag SHOULD include a relay hint pointing to a relay where the event being reacted to can be found. If a client decides to include other `e`, which not recommended, the target event `id` should be last of the `e` tags.
24 24
25The SHOULD be a `p` tag set to the `pubkey` of the event being reacted to. If a client decides to include other `p` tags, which not recommended, the target event `pubkey` should be last the `p` tags. 25There SHOULD be a `p` tag set to the `pubkey` of the event being reacted to. If a client decides to include other `p` tags, which not recommended, the target event `pubkey` should be last the `p` tags.
26 26
27If the event being reacted to is an addressable event, an `a` SHOULD be included together with the `e` tag, it must be set to the coordinates (`kind:pubkey:d-tag`) of the event being reacted to. 27If the event being reacted to is an addressable event, an `a` SHOULD be included together with the `e` tag, it must be set to the coordinates (`kind:pubkey:d-tag`) of the event being reacted to.
28 28