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. |
||
|---|---|---|
| .. | ||
| encryption | ||
| msc_extensions | ||
| src | ||
| encryption.dart | ||
| matrix.dart | ||