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-12-12 21:20:59 -0300
committerGitHub <noreply@github.com>2024-12-12 21:20:59 -0300
commit561059ff85c171b87a12b8381b724b4afc569a97 (patch)
treec40a8d1e5ee1928cf254ef85e1fbe7af87ab44f4 /29.md
parenta1ca7a194b6d8f249b7437c0082682c2a7c074ab (diff)
parent4d47b38dbc0c2e09d235972f59a4338a7bb37cc0 (diff)
Merge pull request #1601 from coracle-social/nip29-join
Tweak group join requests to include user feedback
Diffstat (limited to '29.md')
-rw-r--r--29.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/29.md b/29.md
index 8711cc9..601d63a 100644
--- a/29.md
+++ b/29.md
@@ -70,7 +70,7 @@ These are events that can be sent by users to manage their situation in a group,
70 70
71- *join request* (`kind:9021`) 71- *join request* (`kind:9021`)
72 72
73Any user can send one of these events to the relay in order to be automatically or manually added to the group. If the group is `open` the relay will automatically issue a `kind:9000` in response adding this user. Otherwise group admins may choose to query for these requests and act upon them. 73Any user can send a kind `9021` event to the relay in order to request admission to the group. Relays MUST reject the request if the user has not been added to the group. The accompanying error message SHOULD explain whether the rejection is final, if the request is pending review, or if some other special handling is relevant (e.g. if payment is required). If a user is already a member, the event MUST be rejected with `duplicate: ` as the error message prefix.
74 74
75```json 75```json
76{ 76{