matrix-dart-sdk/lib/encryption
Christian Pauly 994faf1012 fix: Decrypt of last event might make an old message as last event
We should only decrypt the
last message in  room if it is
the current last message.
By just fetching the state
we might bring up an old
encrypted message which
is not really the last event.
2022-08-21 14:10:29 +02:00
..
utils Merge branch 'nico/lints' into 'main' 2022-08-15 14:15:51 +00:00
cross_signing.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
encryption.dart Merge branch 'nico/lints' into 'main' 2022-08-15 14:15:51 +00:00
key_manager.dart fix: Decrypt of last event might make an old message as last event 2022-08-21 14:10:29 +02:00
key_verification_manager.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
olm_manager.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
ssss.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00