matrix-dart-sdk/lib
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
..
encryption fix: key uploads only running once 2023-11-24 17:42:57 +01:00
msc_extensions refactor: Use tryGet for type casts whenever possible 2023-06-21 15:04:46 +02:00
src fix: key uploads only running once 2023-11-24 17:42:57 +01:00
encryption.dart refactor: nullsafe encryption 2021-09-30 12:58:37 +00:00
matrix.dart feat: Implement member change type 2023-09-19 16:19:42 +02:00