Merge pull request #2057 from matrix-org/anoa/clarify_email_sending

Clarify what the client should receiving on email resending
pull/2076/head
Travis Ralston 5 years ago committed by GitHub
commit 010757c01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,7 +39,8 @@ properties:
avoid repeatedly sending the same email in the case of request avoid repeatedly sending the same email in the case of request
retries between the POSTing user and the identity server. retries between the POSTing user and the identity server.
The client should increment this value if they desire a new The client should increment this value if they desire a new
email (e.g. a reminder) to be sent. email (e.g. a reminder) to be sent. If they do not, the server
should respond with success but not resend the email.
example: 1 example: 1
next_link: next_link:
type: string type: string

@ -0,0 +1 @@
Clarify what the client should receive upon sending an identical email validation request multiple times.
Loading…
Cancel
Save