mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +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
|
||||
|
||||
description: |-
|
||||
Begins a key verification process. Typically sent as a [to-device](/client-server-api/#send-to-device-messaging) event. The `method`
|
||||
field determines the type of verification. The fields in the event will differ depending
|
||||
on the `method`. This definition includes fields that are in common among all variants.
|
||||
Begins a key verification process. The `method` field determines the type of
|
||||
verification. The fields in the event will differ depending on the `method`.
|
||||
This definition includes fields that are in common among all variants.
|
||||
properties:
|
||||
content:
|
||||
properties:
|
||||
|
|
|
|||
Loading…
Reference in a new issue