From 962752cb290699c15817fa740d781c567d7b3d4e Mon Sep 17 00:00:00 2001 From: Sepehr Safari Date: Sun, 11 Aug 2024 15:03:26 +0330 Subject: [PATCH] add update-pin-list to nip29 --- 29.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/29.md b/29.md index cef1e49..5afdd24 100644 --- a/29.md +++ b/29.md @@ -120,8 +120,7 @@ Each moderation action uses a different kind and requires different arguments, w | 9005 | `delete-event` | `e` (id hex) | | 9006 | `edit-group-status` | `public` or `private`, `open` or `closed` | | 9007 | `create-group` | | -| 9008 | `add-pin` | `e` (id hex) | -| 9009 | `remove-pin` | `e` (id hex) | +| 9008 | `update-pin-list` | `e` (id hex) | - *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. -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 {