Commit 810f72ce authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

suppress notification floods again after returning from error state

parent e9b0539b
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment