mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 15:03:57 +00:00
c270f44c08ff6a6a6b7b8f462015f05fb0ac1c92
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>
Tauri + React + Typescript
This template should help get you started developing with Tauri, React and Typescript in Vite.
Recommended IDE Setup
Languages
Rust
59.1%
TypeScript
37.9%
JavaScript
1.6%
Shell
1.2%
CSS
0.1%