mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 22:14:10 +01:00
m.key.verification.start: remove wording that it is typically to-device
It can be either a to-device event or an in-room event. Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
This commit is contained in:
parent
01a816d0da
commit
8905029dec
|
|
@ -3,9 +3,9 @@ allOf:
|
||||||
- $ref: core-event-schema/event.yaml
|
- $ref: core-event-schema/event.yaml
|
||||||
|
|
||||||
description: |-
|
description: |-
|
||||||
Begins a key verification process. Typically sent as a [to-device](/client-server-api/#send-to-device-messaging) event. The `method`
|
Begins a key verification process. The `method` field determines the type of
|
||||||
field determines the type of verification. The fields in the event will differ depending
|
verification. The fields in the event will differ depending on the `method`.
|
||||||
on the `method`. This definition includes fields that are in common among all variants.
|
This definition includes fields that are in common among all variants.
|
||||||
properties:
|
properties:
|
||||||
content:
|
content:
|
||||||
properties:
|
properties:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue