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-23 07:09:25 -0800
committerJon Staab <shtaab@gmail.com>2024-11-23 07:09:25 -0800
commit4d47b38dbc0c2e09d235972f59a4338a7bb37cc0 (patch)
tree325d927a2f6562bd7024ec1dfe3f8f767ca16b5b
parentd09b51246d7d5757b5e78ef1cc18e8925561d42f (diff)
Switch to rejecting duplicate joins
-rw-r--r--29.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/29.md b/29.md
index 93dc3d2..7705c6d 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 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. 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 rejected with `duplicate: ` as the error message prefix.
76 76
77```json 77```json
78{ 78{