mirror of https://github.com/vector-im/riot-web
remove errand whitespace
parent
b3cd6fcc9b
commit
9d99b2f239
|
@ -49,7 +49,6 @@ export class SetupEncryptionStore extends EventEmitter {
|
|||
cli.on("crypto.verification.request", this.onVerificationRequest);
|
||||
cli.on('userTrustStatusChanged', this._onUserTrustStatusChanged);
|
||||
|
||||
|
||||
const requestsInProgress = cli.getVerificationRequestsToDeviceInProgress(cli.getUserId());
|
||||
if (requestsInProgress.length) {
|
||||
// If there are multiple, we take the most recent. Equally if the user sends another request from
|
||||
|
|
Loading…
Reference in New Issue