mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-23 08:55:52 -05:00
add update-pin-list to nip29
This commit is contained in:
parent
010fc579a9
commit
962752cb29
5
29.md
5
29.md
|
@ -120,8 +120,7 @@ Each moderation action uses a different kind and requires different arguments, w
|
||||||
| 9005 | `delete-event` | `e` (id hex) |
|
| 9005 | `delete-event` | `e` (id hex) |
|
||||||
| 9006 | `edit-group-status` | `public` or `private`, `open` or `closed` |
|
| 9006 | `edit-group-status` | `public` or `private`, `open` or `closed` |
|
||||||
| 9007 | `create-group` | |
|
| 9007 | `create-group` | |
|
||||||
| 9008 | `add-pin` | `e` (id hex) |
|
| 9008 | `update-pin-list` | `e` (id hex) |
|
||||||
| 9009 | `remove-pin` | `e` (id hex) |
|
|
||||||
|
|
||||||
|
|
||||||
- *group metadata* (`kind:39000`) (optional)
|
- *group metadata* (`kind:39000`) (optional)
|
||||||
|
@ -204,7 +203,7 @@ Admins may decide to pin one or more messages on top of the group.
|
||||||
|
|
||||||
Similar to *group members*, this event is supposed to be generated by relays that host the group.
|
Similar to *group members*, this event is supposed to be generated by relays that host the group.
|
||||||
|
|
||||||
It's a NIP-51-like list of events (e.g. kind 9, 10, 11, 12) that are pins of the group. Relays might choose to not to publish this information or to restrict what pubkeys can fetch it.
|
It's a NIP-51-like list of events (e.g. kind 9, 10, 11, 12) that are pins of the group. Relays might choose to not to publish this information or to restrict what pubkeys can fetch it. The order of the pins is the order they should be displayed. The relay may choose to limit the number of pins to a fixed number.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user