Re-request room keys after auth

pull/21833/head
Zoe 2020-04-03 11:49:08 +01:00
parent 9944ce71b6
commit 0102876e40
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();
}
}