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:
authorMatt Lorentz <mplorentz@users.noreply.github.com>2025-04-10 07:28:26 -0400
committerGitHub <noreply@github.com>2025-04-10 07:28:26 -0400
commitd40df82c2e6ff170273095430d53dd1ef58483d9 (patch)
tree32a44065b482e3443b4cd602a2783cc63fc06b2a /29.md
parent55f96bbeefdf0a9734a4edb24a69f034288e7a31 (diff)
Add guidelines tag to NIP-29 group metadatamplorentz-community-guidelines
Diffstat (limited to '29.md')
-rw-r--r--29.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/29.md b/29.md
index 601d63a..167ed38 100644
--- a/29.md
+++ b/29.md
@@ -153,6 +153,7 @@ When this event is not found, clients may still connect to the group, but treat
153 ["name", "Pizza Lovers"], 153 ["name", "Pizza Lovers"],
154 ["picture", "https://pizza.com/pizza.png"], 154 ["picture", "https://pizza.com/pizza.png"],
155 ["about", "a group for people who love pizza"], 155 ["about", "a group for people who love pizza"],
156 ["guidelines", "Rule #1: No pineapple"]
156 ["public"], // or ["private"] 157 ["public"], // or ["private"]
157 ["open"] // or ["closed"] 158 ["open"] // or ["closed"]
158 ] 159 ]
@@ -160,7 +161,7 @@ When this event is not found, clients may still connect to the group, but treat
160} 161}
161``` 162```
162 163
163`name`, `picture` and `about` are basic metadata for the group for display purposes. `public` signals the group can be _read_ by anyone, while `private` signals that only AUTHed users can read. `open` signals that anyone can request to join and the request will be automatically granted, while `closed` signals that members must be pre-approved or that requests to join will be manually handled. 164`name`, `picture`, `about`, and `guidelines` are basic metadata for the group for display purposes. `public` signals the group can be _read_ by anyone, while `private` signals that only AUTHed users can read. `open` signals that anyone can request to join and the request will be automatically granted, while `closed` signals that members must be pre-approved or that requests to join will be manually handled.
164 165
165- *group admins* (`kind:39001`) (optional) 166- *group admins* (`kind:39001`) (optional)
166 167