mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
- Updated the `syncGmailMetadataToBackend` function to accept a new `GmailStateForSync` interface, enhancing type safety and clarity. - Introduced a new `GmailEmailSummaryLike` interface to represent email summaries in the synchronization process. - Adjusted the handling of Gmail profile data to ensure proper extraction and emission of metadata to the backend. - Updated the `SkillProvider` to dispatch Gmail emails to the Redux store and synchronize the Gmail state effectively.