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
parent 06d023dc7f
commit 434c0fb48c
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) {