remove duplicate consideration

Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
pull/1719/head
Hubert Chathi 5 years ago committed by GitHub
parent dd74baa5d0
commit ac08c84612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,7 +29,7 @@ another device, it should use the session from which it last received a
message." (the last paragraph of the [`m.olm.v1.curve25519-aes-sha2`
section](https://matrix.org/docs/spec/client_server/r0.4.0.html#m-olm-v1-curve25519-aes-sha2)).
When comparing the time of the last received message for each session, the
client should consider only consider messages that were successfully decrypted,
client should only consider messages that were successfully decrypted,
and for sessions that have never received a message, it should use the creation
time of the session. The spec will be changed to read:

Loading…
Cancel
Save