Make sure to handle 429:s (rate limiting) on message redactions and final room leave!

This commit is contained in:
N-Pex 2023-02-08 11:22:12 +01:00 committed by n8fr8
parent 34a956f80a
commit 749c144c78
3 changed files with 65 additions and 27 deletions

View file

@ -1287,6 +1287,10 @@ export default {
restartRRTimer() {
this.stopRRTimer();
if (this.$matrix.currentRoomBeingPurged) {
return;
}
let eventIdFirst = null;
let eventIdLast = null;
if (!this.useAudioLayout) {