matrix-dart-sdk/test
Christian Pauly ebc9be250d fix: Mark unsent events as failed
In Moor this was implemented but forgotten in Hive.
Events with status 0 (not sent yet) should be marked as failed on restart.
In fact they should be marked as failed if older than 1 minute. To not have a big startup job which iterates through all events in the database
we just do a time check when opening a room where we iterate through all events anyway.
The new implementation is now in the constructor of the Event and therefore
independent from the database implementation.
2021-07-05 08:37:46 +02:00
..
encryption chore: Rename to matrix 2021-06-18 09:58:25 +02:00
matrix_api chore: Rename to matrix 2021-06-18 09:58:25 +02:00
canonical_json_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
client_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
commands_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
database_api_test.dart feat: Also migrate inbound group sessions 2021-06-19 11:03:52 +02:00
device_keys_list_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
event_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
fake_client.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
fake_database.dart style: fix format and lint 2021-04-12 14:49:03 +02:00
fake_database_native.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
fake_database_web.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
fake_matrix_api.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
fake_matrix_localizations.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
markdown_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
matrix_database_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
matrix_default_localizations.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
matrix_exception_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
matrix_file_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
matrix_id_string_extension_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
matrix_localizations_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
mxc_uri_extension_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
room_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
sync_filter_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
timeline_test.dart fix: Mark unsent events as failed 2021-07-05 08:37:46 +02:00
uia_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00
user_test.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00