[🐴] Integrate event bus (#3915)
* Integrate event bus * Fixes * Move events mgmt into Convo class * Clean up poll interval updates * Remove unused * Remove annoying log
This commit is contained in:
parent
ce2eddca8e
commit
3bac0182b5
5 changed files with 120 additions and 126 deletions
2
src/state/messages/convo/const.ts
Normal file
2
src/state/messages/convo/const.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
export const ACTIVE_POLL_INTERVAL = 1e3
|
||||
export const BACKGROUND_POLL_INTERVAL = 5e3
|
Loading…
Add table
Add a link
Reference in a new issue