mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-15 07:54:10 +01:00
remove duplicate consideration
Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
parent
dd74baa5d0
commit
ac08c84612
|
|
@ -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`
|
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)).
|
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
|
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
|
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:
|
time of the session. The spec will be changed to read:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue