Merge pull request #4341 from matrix-org/foldleft/12843-resend-requests

Re-request room keys after auth
This commit is contained in:
Zoe
2020-04-06 13:43:32 +01:00
committed by GitHub

View File

@@ -140,5 +140,7 @@ export class SetupEncryptionStore extends EventEmitter {
done() {
this.phase = PHASE_FINISHED;
this.emit("update");
// async - ask other clients for keys, if necessary
MatrixClientPeg.get()._crypto.cancelAndResendAllOutgoingKeyRequests();
}
}