File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -89,9 +89,6 @@ verification itself.
8989To accept a key verification, Bob will send an ` m.key.verification.ready ` event
9090with the following properties in its contents:
9191
92- TODO: MSC1849 may use ` m.relationship ` rather than ` m.relates_to ` , in which
93- case this proposal should follow suit.
94-
9592- ` m.relates_to ` : an object with the properties:
9693 - ` rel_type ` : ` m.reference `
9794 - ` event_id ` : the event ID of the key verification request that is being
@@ -100,6 +97,10 @@ case this proposal should follow suit.
10097- ` from_device ` : Bob's device ID. This is required since some verification
10198 methods may use the device IDs as part of the verification process.
10299
100+ (Note: the form of the ` m.relates_to ` property is based on the current state of
101+ [ MSC2674] ( https://github.com/matrix-org/matrix-doc/pull/2674 ) , but is
102+ independent from it since this MSC does not rely on any aggregations features.)
103+
103104Clients should ignore ` m.key.verification.ready ` events that correspond to
104105verification requests that they did not send.
105106
You can’t perform that action at this time.
0 commit comments