1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Let's keep starting the timer for the retries straight away

rather than leaving them until next time the queue is sent
This commit is contained in:
David Baker
2020-04-24 13:16:07 +01:00
parent 19e3b35fc7
commit 300b32c8d7

View File

@@ -302,6 +302,7 @@ export class OutgoingRoomKeyRequestManager {
"Error sending room key request cancellation;" "Error sending room key request cancellation;"
+ " will retry later.", e, + " will retry later.", e,
); );
this._startTimer();
}); });
}); });
} }