You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +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:
@@ -302,6 +302,7 @@ export class OutgoingRoomKeyRequestManager {
|
||||
"Error sending room key request cancellation;"
|
||||
+ " will retry later.", e,
|
||||
);
|
||||
this._startTimer();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user