You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added syncPromise to track initial sync completion
- Added ensureSynced() method to wait for sync before returning events
- Modified getEvents() to await sync completion before accessing cached events
- Fixes issue where getEvents() returned empty array before sync completed
This resolves the 'Loaded events: []' issue where events were not visible
in the conversation manager despite successful API responses.
0 commit comments