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

Re-request room keys after auth
pull/21833/head
Zoe 2020-04-06 13:43:32 +01:00 committed by GitHub
commit 0e1341c498
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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();
}
}