From 1f1d22f66706e77026920ea2936f663d2cdb9d8e Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Tue, 8 Oct 2019 16:46:15 -0400 Subject: [PATCH] fix a couple of missed m.reference changes --- proposals/2241-e2e-verification-in-dms.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/2241-e2e-verification-in-dms.md b/proposals/2241-e2e-verification-in-dms.md index 9d53a290..ea813fdb 100644 --- a/proposals/2241-e2e-verification-in-dms.md +++ b/proposals/2241-e2e-verification-in-dms.md @@ -52,7 +52,7 @@ following properties in its contents: - `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 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 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. 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. ### SAS verification