mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -05:00
Add category tag to reactions
This commit is contained in:
parent
7bdce6139a
commit
11effc4600
3
25.md
3
25.md
|
@ -27,7 +27,8 @@ The last `p` tag MUST be the `pubkey` of the event being reacted to.
|
||||||
|
|
||||||
The `a` tag MUST contain the coordinates (`kind:pubkey:d-tag`) of the replaceable being reacted to.
|
The `a` tag MUST contain the coordinates (`kind:pubkey:d-tag`) of the replaceable being reacted to.
|
||||||
|
|
||||||
The reaction event MAY include a `k` tag with the stringified kind number of the reacted event as its value.
|
The reaction event SHOULD include a `k` tag with the stringified kind number of the reacted event as
|
||||||
|
its value, and a `c` tag with the reaction's `content` so that reactions can be indexed and filtered.
|
||||||
|
|
||||||
Example code
|
Example code
|
||||||
|
|
||||||
|
|
|
@ -251,6 +251,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
|
||||||
|
|
||||||
| name | value | other parameters | NIP |
|
| name | value | other parameters | NIP |
|
||||||
| ----------------- | ------------------------------------ | ------------------------------- | ------------------------------------- |
|
| ----------------- | ------------------------------------ | ------------------------------- | ------------------------------------- |
|
||||||
|
| `c` | category | | [25](25.md) |
|
||||||
| `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) |
|
| `e` | event id (hex) | relay URL, marker, pubkey (hex) | [01](01.md), [10](10.md) |
|
||||||
| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) |
|
| `p` | pubkey (hex) | relay URL, petname | [01](01.md), [02](02.md) |
|
||||||
| `a` | coordinates to an event | relay URL | [01](01.md) |
|
| `a` | coordinates to an event | relay URL | [01](01.md) |
|
||||||
|
|
Loading…
Reference in New Issue
Block a user