about summary refs log tree commit diff
path: root/src/state/messages/events/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+1
|
* Replace getAgent() with reading agent (#4243)dan2024-05-281-2/+2
| | | | | * Replace getAgent() with agent * Replace {agent} with agent
* [🐴] 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
* [🐴] 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-141-9/+2
| | | | | | | * Swap in new package, update usages * Remove uneccessary patch * Override type in safe place
* [🐴] Refactor event bus (#3919)Eric Bailey2024-05-081-9/+10
| | | | | * Refactor to singleton class outside react * Fix retry, remove debug logs
* [🐴] 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-071-0/+67
* 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