matrix-dart-sdk/lib
Sorunome b664640a05
fix: Don't run syncs while the client is being initialized
Fixes that a sync could be done / processed while the client was still being initialized (loaded from database). This has lead to multiple bugs, such as the verified status of keys getting lost, notifications that come in during app startup displaying oddly, etc.

Additionally, the init lock was released too early; it is now released when the init is actually done.
2021-06-25 13:26:23 +02:00
..
encryption refactor: Move pedantic to dev_dependencies 2021-06-18 10:15:59 +02:00
src fix: Don't run syncs while the client is being initialized 2021-06-25 13:26:23 +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