mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-13 23:14:10 +01:00
remove duplicate M_THREEPID_IN_USE error code
This was added in 9198182f1a, but it was
already present earlier in the list, with a slightly different
description.
Signed-off-by: Olivia Lee <olivia@computer.surgery>
This commit is contained in:
parent
35c3ddb33b
commit
af6e8a2f24
|
|
@ -229,10 +229,6 @@ See the [Server Notices](#server-notices) module for more information.
|
||||||
`M_THREEPID_MEDIUM_NOT_SUPPORTED`
|
`M_THREEPID_MEDIUM_NOT_SUPPORTED`
|
||||||
The homeserver does not support adding a third party identifier of the given medium.
|
The homeserver does not support adding a third party identifier of the given medium.
|
||||||
|
|
||||||
`M_THREEPID_IN_USE`
|
|
||||||
The third party identifier specified by the client is not acceptable because it is
|
|
||||||
already in use in some way.
|
|
||||||
|
|
||||||
#### Rate limiting
|
#### Rate limiting
|
||||||
|
|
||||||
Homeservers SHOULD implement rate limiting to reduce the risk of being
|
Homeservers SHOULD implement rate limiting to reduce the risk of being
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue