matrix-dart-sdk/lib/encryption
Nicolas Werner 15dce00c0f
fix: don't convert archived rooms to joined rooms by accident
When decrypting the last event for archived rooms when a room key is
received, we used to send a synthetic SyncUpdate. This however put the
archived room into the join section, which converted the room to a
joined room. We need to respect what section the room was in when
sending synthetic SyncUpdates.

fixes https://github.com/famedly/matrix-dart-sdk/issues/1916
2024-09-18 11:11:35 +02:00
..
utils fix: Type error when uploading room keys 2024-06-25 08:33:35 +02:00
cross_signing.dart fix: Always wait for account data to load before returning SSSS status 2023-05-03 17:11:00 +02:00
encryption.dart refactor: Remove duplicated copyMap method and fix type error 2023-12-11 10:29:06 +01:00
key_manager.dart fix: don't convert archived rooms to joined rooms by accident 2024-09-18 11:11:35 +02:00
key_verification_manager.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
olm_manager.dart feat: famedly calls 2024-04-23 15:52:35 +05:30
ssss.dart fix: validate account_data values instead of checking them in syncUpdates 2023-12-20 21:10:31 +05:30