Skip to content

Commit 6096416

Browse files
committed
decouple from MSC1849/MSC2674
1 parent affa240 commit 6096416

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

proposals/2241-e2e-verification-in-dms.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ verification itself.
8989
To accept a key verification, Bob will send an `m.key.verification.ready` event
9090
with 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+
103104
Clients should ignore `m.key.verification.ready` events that correspond to
104105
verification requests that they did not send.
105106

0 commit comments

Comments
 (0)