Apply suggestions from code review

Co-Authored-By: Kitsune Ral <Kitsune-Ral@users.sf.net>
Co-Authored-By: David Baker <dbkr@users.noreply.github.com>
pull/977/head
Hubert Chathi 5 years ago committed by GitHub
parent 1f1d22f667
commit 06ee66d6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,9 +78,9 @@ case this proposal should follow suit.
methods may use the device IDs as part of the verification process. methods may use the device IDs as part of the verification process.
Clients should ignore `m.key.verification.start` events that correspond to Clients should ignore `m.key.verification.start` events that correspond to
verification requests that it did not send. verification requests that they did not send.
Clients may use this event as a place in the room's timeline do display Clients may use this event as a place in the room's timeline to display
progress of the key verification process and to interact with the user as progress of the key verification process and to interact with the user as
necessary. necessary.
@ -129,7 +129,7 @@ Clients should ignore events with an `m.relates_to` that have a `rel_type` of
`m.reference` 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
The messages used in SAS verification are the same as those currently defined, The messages used in SAS verification are the same as those currently defined,
except that instead of the `transaction_id` property, an `m.relates_to` except that instead of the `transaction_id` property, an `m.relates_to`

Loading…
Cancel
Save