mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
|
|
{
|
||
|
|
"type": "m.key.verification.cancel",
|
||
|
|
"content": {
|
||
|
|
"transaction_id": "S0meUniqueAndOpaqueString",
|
||
|
|
"code": "m.user",
|
||
|
|
"reason": "User rejected the key verification request"
|
||
|
|
}
|
||
|
|
}
|