mirror of https://github.com/vector-im/riot-web
Re-request room keys after auth
parent
9944ce71b6
commit
0102876e40
|
@ -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…
Reference in New Issue