matrix-dart-sdk/lib/src
krille-chan 48ba7556b2
fix: Transactions on web by doing them in the same way as on io
This refactors the transaction
workaround with
"zone transactions" and
abstracts them in a mixin. Then
it just uses this mixin in the
HiveDatabase and the
sqflite_box and also applies
them on indexedDB to
fix transactions on web.
2024-01-22 15:04:29 +01:00
..
database fix: Transactions on web by doing them in the same way as on io 2024-01-22 15:04:29 +01:00
models feat: Support private read receipts 2023-04-21 18:31:15 +02:00
utils feat: Add missing localizations for key verification messages 2024-01-22 12:49:27 +01:00
voip feat: add tests for calls 2023-12-19 21:55:30 +05:30
client.dart refactor: Use maxnumberofotk from olm instead hardcode 100 2024-01-15 13:56:54 +01:00
event.dart chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
presence.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00
room.dart refactor: Improve getTimeline senders 2024-01-22 13:02:43 +01:00
timeline.dart fix: Delayed encrypted event in timeline not added to aggregated events 2023-11-27 16:12:45 +01:00
user.dart feat: Store presences in database 2023-11-15 06:59:58 +01:00