mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
stop floods of notifs when doing a logout+login
This commit is contained in:
parent
4b8b2ade8b
commit
687eae7f43
@ -182,6 +182,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