diff options
| author | cavini <60157060+cavini@users.noreply.github.com> | 2025-05-29 19:45:03 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-29 15:45:03 -0700 |
| commit | 37bc37c95a00e746f083f53c9eaae8ca7193b365 (patch) | |
| tree | c729374ee4b928e94361fa8d874c8fd202d00b9b /25.md | |
| parent | cddab6d244c4536e8197b77fbc4c8681284f56be (diff) | |
chore: fix typo (#1944)
Diffstat (limited to '25.md')
| -rw-r--r-- | 25.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -22,7 +22,7 @@ Tags | |||
| 22 | 22 | ||
| 23 | There 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. | 23 | There 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 | ||
| 25 | The 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. | 25 | There 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 | ||
| 27 | If 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. | 27 | If 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 | ||