matrix-dart-sdk/lib
krille-chan a9508d8941
refactor: Throw client init exception on client init fail
This changes the behavior
when client init fails. It
no longer calls logout and does
only clear local data while
returning all available
information in a new
exception type so that the
SDK consumer can decide
to logout or try again to init
with these information. This
should make it much more rare
that users loose their sessions.
2024-01-05 09:46:38 +01:00
..
encryption fix: validate account_data values instead of checking them in syncUpdates 2023-12-20 21:10:31 +05:30
msc_extensions fix: don't delete the dehydrated device before we are sure the keys got saved 2023-11-28 11:02:43 +01:00
src refactor: Throw client init exception on client init fail 2024-01-05 09:46:38 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart feat: Implement new Matrix Dart SDK Database 2023-12-06 12:11:47 +01:00