mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-04 05:11:12 +02:00
Re-request room keys after auth
This commit is contained in:
parent
9944ce71b6
commit
0102876e40
@ -140,5 +140,7 @@ export class SetupEncryptionStore extends EventEmitter {
|
|||||||
done() {
|
done() {
|
||||||
this.phase = PHASE_FINISHED;
|
this.phase = PHASE_FINISHED;
|
||||||
this.emit("update");
|
this.emit("update");
|
||||||
|
// async - ask other clients for keys, if necessary
|
||||||
|
MatrixClientPeg.get()._crypto.cancelAndResendAllOutgoingKeyRequests();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user