mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
API read functions previously fetched data from Telegram but never persisted it to Redux, causing the cache to stay empty after API calls. Now all read functions that fetch from the Telegram API dispatch Redux actions to update chats, messages, and users in the store. Introduces src/lib/mcp/telegram/state/ with dispatch helpers for chat, message, and user state updates. Modifies 15 API functions to call these after successful API fetches. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>