fix: notifs stream reconnection
This commit is contained in:
parent
b501a7c5f0
commit
14936b8b90
5 changed files with 81 additions and 22 deletions
|
@ -101,6 +101,11 @@
|
|||
}
|
||||
|
||||
setTimeout(() => {
|
||||
if (globalThis.notifs_stream_init) {
|
||||
return;
|
||||
}
|
||||
|
||||
globalThis.notifs_stream_init = true;
|
||||
trigger(\"me::notifications_stream\");
|
||||
}, 250);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue