upleb.uk

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

summaryrefslogtreecommitdiff
path: root/29.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2024-01-03 17:01:05 -0300
committerfiatjaf <fiatjaf@gmail.com>2024-02-23 20:52:15 -0300
commit1f92cd031320753a8aa7a9d53c26453d3247f312 (patch)
tree0b53c07ad393f02f10a3a60463e2f4c888fa3cc3 /29.md
parent5a3097c6e600051ecbe5b9fc7062d7ac4e0e1fe9 (diff)
admins prefixed by "p".
Diffstat (limited to '29.md')
-rw-r--r--29.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/29.md b/29.md
index 66d391a..bf1a96f 100644
--- a/29.md
+++ b/29.md
@@ -177,8 +177,8 @@ The list of capabilities, as defined by this NIP, for now, is the following:
177 "content": "list of admins for the pizza lovers group", 177 "content": "list of admins for the pizza lovers group",
178 "tags": [ 178 "tags": [
179 ["d", "<group-id>"], 179 ["d", "<group-id>"],
180 ["<pubkey1-as-hex>", "ceo", "add-user", "edit-metadata", "delete-event", "remove-user"], 180 ["p", "<pubkey1-as-hex>", "ceo", "add-user", "edit-metadata", "delete-event", "remove-user"],
181 ["<pubkey2-as-hex>", "secretary", "add-user", "delete-event"] 181 ["p", "<pubkey2-as-hex>", "secretary", "add-user", "delete-event"]
182 ] 182 ]
183 ... 183 ...
184} 184}