matrix-dart-sdk/lib/matrix_api_lite/model
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
..
auth chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
events chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
algorithm_types.dart chore: git mv 2024-03-22 21:24:21 +05:30
basic_event.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
basic_event_with_sender.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
basic_room_event.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
children_state.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
event_types.dart feat: famedly calls 2024-04-23 15:52:35 +05:30
matrix_event.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
matrix_exception.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
matrix_keys.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
message_types.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
presence.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
presence_content.dart fix: Don't fail sync if a presence event has an empty presence field 2024-04-26 13:08:01 +02:00
room_creation_types.dart chore: git mv 2024-03-22 21:24:21 +05:30
room_keys_keys.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
room_summary.dart chore: git mv 2024-03-22 21:24:21 +05:30
room_types.dart chore: git mv 2024-03-22 21:24:21 +05:30
stripped_state_event.dart chore: merge api_lite and dart sdk 2024-03-25 17:22:05 +05:30
sync_update.dart fix: don't convert archived rooms to joined rooms by accident 2024-09-18 11:11:35 +02:00