Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace getAgent() with reading agent (#4243) | dan | 2024-05-28 | 1 | -2/+2 |
| | | | | | * Replace getAgent() with agent * Replace {agent} with agent | ||||
* | Recover from initial failed firehose state (#4211) | Eric Bailey | 2024-05-24 | 1 | -0/+1 |
| | |||||
* | Reduce polling (#4204) | Eric Bailey | 2024-05-23 | 1 | -2/+2 |
| | | | | | | | | | * Reduce polling a bit * Bump to 60 * Increase all * ok 3 | ||||
* | [🐴] Do not init event bus if no session (#4193) | Eric Bailey | 2024-05-23 | 1 | -2/+24 |
| | | | | | | | * Do not init event bus if no session * Be explicit * Simplify, fix log | ||||
* | Reduce polling when app is backgrounded (#4192) | Eric Bailey | 2024-05-23 | 2 | -1/+8 |
| | |||||
* | [🐴] Suspend event bus when switching accounts (#4190) | Eric Bailey | 2024-05-23 | 1 | -5/+4 |
| | | | | | * Suspend event bus when switching accounts * Make effect symmetrical | ||||
* | remove DMs gate (#4112) | Samuel Newman | 2024-05-20 | 1 | -16/+1 |
| | |||||
* | [🐴] Swap in new package, update usages (#3992) | Eric Bailey | 2024-05-14 | 3 | -24/+7 |
| | | | | | | | * Swap in new package, update usages * Remove uneccessary patch * Override type in safe place | ||||
* | [🐴] Simplify message passing, cleanup (#3952) | Eric Bailey | 2024-05-10 | 2 | -81/+49 |
| | | | | | * Simplify message passing * Setup/teardown events | ||||
* | Add retries to all handlers (#3935) | Eric Bailey | 2024-05-09 | 1 | -18/+23 |
| | |||||
* | [🐴] Integrate event bus (#3915) | Eric Bailey | 2024-05-08 | 1 | -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 Bailey | 2024-05-08 | 4 | -257/+151 |
| | | | | | * Refactor to singleton class outside react * Fix retry, remove debug logs | ||||
* | Move to requestPollInterval handling (#3914) | Eric Bailey | 2024-05-08 | 2 | -23/+43 |
| | |||||
* | [🐴] Integrate global event bus (#3904) | Eric Bailey | 2024-05-07 | 1 | -1/+17 |
| | | | | | * Conditionally run global event bus * Add current convo id context, bundle providers | ||||
* | [🐴] Global event mgmt (#3897) | Eric Bailey | 2024-05-07 | 3 | -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 |