mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-20 01:44:09 +02:00
e2ee/device verification/error handling: fix typo start -> request
It used to be possible to create a start request without a request, but this was deprecated. Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
parent
0872ec788a
commit
01a816d0da
|
|
@ -616,7 +616,7 @@ what to do when an error happens:
|
||||||
- When a device receives an unknown `transaction_id`, it should send an
|
- When a device receives an unknown `transaction_id`, it should send an
|
||||||
appropriate `m.key.verification.cancel` message to the other device
|
appropriate `m.key.verification.cancel` message to the other device
|
||||||
indicating as such. This does not apply for inbound
|
indicating as such. This does not apply for inbound
|
||||||
`m.key.verification.start` or `m.key.verification.cancel` messages.
|
`m.key.verification.request` or `m.key.verification.cancel` messages.
|
||||||
- If the device receives a message out of sequence or that it was not
|
- If the device receives a message out of sequence or that it was not
|
||||||
expecting, it should notify the other device with an appropriate
|
expecting, it should notify the other device with an appropriate
|
||||||
`m.key.verification.cancel` message.
|
`m.key.verification.cancel` message.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue