matrix-dart-sdk/lib
Nicolas Werner 3d92428b7e
fix: leave->invite in the same sync would hide the invite
Synapse includes the room in both sections if you have both an
invite->leave and a leave->invite transition in one sync response.
Transitions in the other order are only included once (in the leave
section) it seems, so this should work correctly in all cases.

Fixes https://github.com/famedly/product-management/issues/2283
2024-07-31 19:25:58 +02:00
..
encryption fix: Correctly store lastEvent in database after decryption 2024-07-02 08:44:46 +02:00
matrix_api_lite refactor: Remove Matrix Connection Exception 2024-06-25 15:48:12 +02:00
msc_extensions refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
src fix: leave->invite in the same sync would hide the invite 2024-07-31 19:25:58 +02:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
fake_matrix_api.dart fix: Request user causing state update loops for apps 2024-06-14 12:33:25 +02:00
matrix.dart refactor: Cache profiles in database and refactor API 2024-07-23 08:51:10 +02:00
matrix_api_lite.dart refactor: Remove Matrix Connection Exception 2024-06-25 15:48:12 +02:00