Fix the action of a room key request cancellation.
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.
This commit is contained in:
parent
0265817c56
commit
a96a2f3fce
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"content": {
|
||||
"action": "cancel_request",
|
||||
"action": "request_cancellation",
|
||||
"requesting_device_id": "RJYKSTBOIE",
|
||||
"request_id": "1495474790150.19"
|
||||
},
|
||||
|
|
|
@ -38,7 +38,7 @@ properties:
|
|||
action:
|
||||
enum:
|
||||
- request
|
||||
- cancel_request
|
||||
- request_cancellation
|
||||
type: string
|
||||
requesting_device_id:
|
||||
description: ID of the device requesting the key.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue