mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-23 03:04:09 +02:00
Don't define error message
This commit is contained in:
parent
1343e19a6d
commit
1fea604ba9
|
|
@ -108,12 +108,7 @@ Thus, a call to `/bulk_lookup` would look like the following:
|
||||||
```
|
```
|
||||||
|
|
||||||
If the pepper does not match the server's, the client should receive a `400
|
If the pepper does not match the server's, the client should receive a `400
|
||||||
M_INVALID_PARAM` with the error `Provided pepper does not match
|
M_INVALID_PARAM`.
|
||||||
'$server_pepper'`. If the algorithm does not match the server's, the client
|
|
||||||
should receive a `400 M_INVALID_PARAM` with the error `Provided algorithm does
|
|
||||||
not match '$server_algorithm'`. Clients should ensure they don't enter an
|
|
||||||
infinite loop if they receive these errors more than once even after changing
|
|
||||||
to the correct pepper and hash.
|
|
||||||
|
|
||||||
No parameter changes will be made to /bind, but identity servers should keep a
|
No parameter changes will be made to /bind, but identity servers should keep a
|
||||||
hashed value for each address it knows about in order to process lookups
|
hashed value for each address it knows about in order to process lookups
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue