upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Staab <shtaab@gmail.com>2024-11-22 14:09:12 -0800
committerJon Staab <shtaab@gmail.com>2024-11-22 14:09:12 -0800
commitd09b51246d7d5757b5e78ef1cc18e8925561d42f (patch)
tree14bd131f23615c6c23606690f799eaa9b891ca06
parentef1746dd2cea9ec5d62d00f16f0fd5695d895d0b (diff)
Tweak group join requests to include user feedback
-rw-r--r--29.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/29.md b/29.md
index a2c8ef2..93dc3d2 100644
--- a/29.md
+++ b/29.md
@@ -72,7 +72,7 @@ These are events that can be sent by users to manage their situation in a group,
72 72
73- *join request* (`kind:9021`) 73- *join request* (`kind:9021`)
74 74
75Any 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. 75Any 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 accepted.
76 76
77```json 77```json
78{ 78{