fix: notifs stream reconnection

This commit is contained in:
trisua 2025-06-30 12:20:44 -04:00
parent b501a7c5f0
commit 14936b8b90
5 changed files with 81 additions and 22 deletions

View file

@ -101,6 +101,11 @@
}
setTimeout(() => {
if (globalThis.notifs_stream_init) {
return;
}
globalThis.notifs_stream_init = true;
trigger(\"me::notifications_stream\");
}, 250);
});