matrix-dart-sdk/lib
Krille b90b902218
refactor: BREAKING Migrate database to new lastEvent storage method
This changes the way how the last event is stored
for each room. It is now stored next to the
room event itself in the rooms box and no longer
stored like a room state. This way we need to
bump the database version which will cause an
inital sync for the client. Be aware of this when
updating the SDK!
2024-03-18 14:11:15 +01:00
..
encryption refactor: Store lastEvent in room object instead of room state 2024-03-18 13:18:36 +01:00
msc_extensions chore: pass refreshToken to uiaLogin 2024-02-29 14:10:48 +01:00
src refactor: BREAKING Migrate database to new lastEvent storage method 2024-03-18 14:11:15 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart feat: add SQfLite encryption helper 2024-01-24 10:43:46 +01:00