matrix-dart-sdk/lib
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 refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
src fix: Mark unsent events as failed 2021-07-05 08:37:46 +02:00
encryption.dart docs: Clean up dart documentations 2021-03-16 12:32:21 +00:00
matrix.dart chore: Rename to matrix 2021-06-18 09:58:25 +02:00