Make sure to handle 429:s (rate limiting) on message redactions and final room leave!
This commit is contained in:
parent
06d023dc7f
commit
434c0fb48c
3 changed files with 65 additions and 27 deletions
|
|
@ -1287,6 +1287,10 @@ export default {
|
|||
restartRRTimer() {
|
||||
this.stopRRTimer();
|
||||
|
||||
if (this.$matrix.currentRoomBeingPurged) {
|
||||
return;
|
||||
}
|
||||
|
||||
let eventIdFirst = null;
|
||||
let eventIdLast = null;
|
||||
if (!this.useAudioLayout) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue