mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Merge pull request #4341 from matrix-org/foldleft/12843-resend-requests
Re-request room keys after auth
This commit is contained in:
commit
0e1341c498
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user