matrix-dart-sdk/lib/src/database
Krille 3f04532ffe
refactor: Remove BasicRoomEvent type
We actually never use the
roomId of this type and the
matrix spec has changed in
a way that the roomId is
never sent there actually. So
it was super easy to just
replace all BasicRoomEvent
with BasicEvent. The roomId
became nullable anyway.
2025-01-09 11:05:01 +01:00
..
sqflite_encryption_helper chore: add require trailing comma lint 2024-11-07 16:13:37 +01:00
database_api.dart refactor: Remove BasicRoomEvent type 2025-01-09 11:05:01 +01:00
database_file_storage_io.dart feat: Add deleteFile() endpoint to database 2024-11-12 08:32:32 +01:00
database_file_storage_stub.dart feat: Add deleteFile() endpoint to database 2024-11-12 08:32:32 +01:00
hive_collections_database.dart refactor: Remove BasicRoomEvent type 2025-01-09 11:05:01 +01:00
indexeddb_box.dart fix: clear cache when clearing DB in MatrixSdkDatabase 2025-01-07 16:36:37 +05:30
matrix_sdk_database.dart refactor: Remove BasicRoomEvent type 2025-01-09 11:05:01 +01:00
sqflite_box.dart fix: clear cache when clearing DB in MatrixSdkDatabase 2025-01-07 16:36:37 +05:30
sqflite_encryption_helper.dart feat: add SQfLite encryption helper 2024-01-24 10:43:46 +01:00
zone_transaction_mixin.dart fix: Transactions on web by doing them in the same way as on io 2024-01-22 15:04:29 +01:00