mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-23 09:38:38 +01:00
The spec states that the action of a room key request cancellation should be "cancel_request" but every known implementation uses "request_cancellation" instead. This patch fixes the spec to reflect the implementations.
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
{
|
|
"content": {
|
|
"action": "request_cancellation",
|
|
"requesting_device_id": "RJYKSTBOIE",
|
|
"request_id": "1495474790150.19"
|
|
},
|
|
"type": "m.room_key_request"
|
|
}
|