matrix-dart-sdk/lib
Sorunome 4735d2d0a8
fix: Sending of the to_device key
With the switch to hive a regression of sending the to_device key was
introduced: When popping elements .deleteAt(), so deleting at the index,
was used, instead of .delete(), so deleting of the key. As the new events
pushed onto the queue used hives auto increment key, a .delete() is
appropriate here.
2021-07-09 19:43:48 +02:00
..
encryption refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
src fix: Sending of the to_device key 2021-07-09 19:43:48 +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