mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-02 09:44:10 +01:00
fix a couple of missed m.reference changes
This commit is contained in:
parent
ab3ed738e4
commit
1f1d22f667
|
|
@ -52,7 +52,7 @@ following properties in its contents:
|
||||||
- `to`: Bob's Matrix ID. Users should only respond to verification requests if
|
- `to`: Bob's Matrix ID. Users should only respond to verification requests if
|
||||||
they are named in this field. Users who are not named in this field and who
|
they are named in this field. Users who are not named in this field and who
|
||||||
did not send this event should ignore all other events that have a
|
did not send this event should ignore all other events that have a
|
||||||
`m.key.verification` relationship with this event.
|
`m.reference` relationship with this event.
|
||||||
- `from_device`: Alice's device ID. This is required since some verification
|
- `from_device`: Alice's device ID. This is required since some verification
|
||||||
methods may use the device IDs as part of the verification process.
|
methods may use the device IDs as part of the verification process.
|
||||||
|
|
||||||
|
|
@ -126,7 +126,7 @@ should have an `m.relates_to` property as defined for
|
||||||
`m.key.verification.accept` or `m.key.verification.cancel` events.
|
`m.key.verification.accept` or `m.key.verification.cancel` events.
|
||||||
|
|
||||||
Clients should ignore events with an `m.relates_to` that have a `rel_type` of
|
Clients should ignore events with an `m.relates_to` that have a `rel_type` of
|
||||||
`m.key.verification` that refer to a verification where it is not the requester
|
`m.reference` that refer to a verification where it is not the requester
|
||||||
nor the accepter.
|
nor the accepter.
|
||||||
|
|
||||||
### SAS verification
|
### SAS verification
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue