mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-10 06:36:21 +02:00
suppress notification floods again after returning from error state
This commit is contained in:
parent
e9b0539b58
commit
810f72ce2c
@ -209,6 +209,9 @@ var Notifier = {
|
||||
if (state === "PREPARED" || state === "SYNCING") {
|
||||
this.isPrepared = true;
|
||||
}
|
||||
else if (state === "STOPPED" || state === "ERROR") {
|
||||
this.isPrepared = false;
|
||||
}
|
||||
},
|
||||
|
||||
onRoomTimeline: function(ev, room, toStartOfTimeline) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user