about summary refs log tree commit diff
path: root/src/state/messages/events
Commit message (Collapse)AuthorAgeFilesLines
* Replace getAgent() with reading agent (#4243)dan2024-05-281-2/+2
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* Recover from initial failed firehose state (#4211)Eric Bailey2024-05-241-0/+1
|
* Reduce polling (#4204)Eric Bailey2024-05-231-2/+2
| | | | | | | | | * Reduce polling a bit * Bump to 60 * Increase all * ok 3
* [🐴] Do not init event bus if no session (#4193)Eric Bailey2024-05-231-2/+24
| | | | | | | * Do not init event bus if no session * Be explicit * Simplify, fix log
* Reduce polling when app is backgrounded (#4192)Eric Bailey2024-05-232-1/+8
|
* [🐴] Suspend event bus when switching accounts (#4190)Eric Bailey2024-05-231-5/+4
| | | | | * Suspend event bus when switching accounts * Make effect symmetrical
* remove DMs gate (#4112)Samuel Newman2024-05-201-16/+1
|
* [🐴] Swap in new package, update usages (#3992)Eric Bailey2024-05-143-24/+7
| | | | | | | * Swap in new package, update usages * Remove uneccessary patch * Override type in safe place
* [🐴] Simplify message passing, cleanup (#3952)Eric Bailey2024-05-102-81/+49
| | | | | * Simplify message passing * Setup/teardown events
* Add retries to all handlers (#3935)Eric Bailey2024-05-091-18/+23
|
* [🐴] Integrate event bus (#3915)Eric Bailey2024-05-081-1/+9
| | | | | | | | | | | | | * Integrate event bus * Fixes * Move events mgmt into Convo class * Clean up poll interval updates * Remove unused * Remove annoying log
* [🐴] Refactor event bus (#3919)Eric Bailey2024-05-084-257/+151
| | | | | * Refactor to singleton class outside react * Fix retry, remove debug logs
* Move to requestPollInterval handling (#3914)Eric Bailey2024-05-082-23/+43
|
* [🐴] Integrate global event bus (#3904)Eric Bailey2024-05-071-1/+17
| | | | | * Conditionally run global event bus * Add current convo id context, bundle providers
* [🐴] Global event mgmt (#3897)Eric Bailey2024-05-073-0/+644
* Add global event bus for messages logs * Add rev to state * Better handle error * Clean up polling, add backgrounding * Add trailConvo method * Extend polling until we're ready for this