diff options
| author | Matt Lorentz <mplorentz@users.noreply.github.com> | 2025-04-10 07:28:26 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-10 07:28:26 -0400 |
| commit | d40df82c2e6ff170273095430d53dd1ef58483d9 (patch) | |
| tree | 32a44065b482e3443b4cd602a2783cc63fc06b2a /29.md | |
| parent | 55f96bbeefdf0a9734a4edb24a69f034288e7a31 (diff) | |
Add guidelines tag to NIP-29 group metadatamplorentz-community-guidelines
Diffstat (limited to '29.md')
| -rw-r--r-- | 29.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -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 | ||