mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
fixup! e2ee/device verification: move general error handling under framework
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
parent
55375f4452
commit
d10deb028a
|
|
@ -471,7 +471,7 @@ In general, verification operates as follows:
|
|||
that the verification was successful.
|
||||
|
||||
Verifications can be cancelled by either device at any time by sending an
|
||||
[`m.key.verification.cancel`](#mkeyverificationcancel) event with a `code` field
|
||||
[m.key.verification.cancel](#mkeyverificationcancel) event with a `code` field
|
||||
that indicates the reason it was cancelled. The
|
||||
[Error handling during key verification](#error-handling-during-key-verification)
|
||||
section explains specific situations where cancellation messages should be sent.
|
||||
|
|
|
|||
Loading…
Reference in a new issue