matrix-dart-sdk/lib/encryption
Nicolas Werner 25f4353ab0
fix: key uploads only running once
There were several issues here. Key uploads in general failed, because
the await caused a Future<dynamic> to be returned, which failed type
checking.

But also we never unset our future, which was used for the online key
backup uploads, which meant we would very quickly stop uploading any
keys at all.
2023-11-24 17:42:57 +01:00
..
utils chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00
cross_signing.dart fix: Always wait for account data to load before returning SSSS status 2023-05-03 17:11:00 +02:00
encryption.dart fix: key uploads only running once 2023-11-24 17:42:57 +01:00
key_manager.dart fix: key uploads only running once 2023-11-24 17:42:57 +01:00
key_verification_manager.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
olm_manager.dart chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00
ssss.dart chore: enable discarded_futures lint 2023-11-17 12:59:27 +01:00