mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-30 23:14:37 +00:00
00688926d3e2d6d65d54658857432a8b992e820f
Implements a sync service that loads all chats via GetDialogs in batched 100-chat requests, preloads messages for the top 20 chats with rate-limit pacing, and processes real-time Telegram updates through the existing UpdateManager's PTS/SEQ state machine. The service is triggered automatically by TelegramProvider when the connection is established and authenticated. New files: syncService, entityBuilders, updateHandler, schedulers (all under src/services/telegram/). Redux state extended with isSyncing, isSynced, users map, and batch chat reducers (replaceChats, addChats, setSyncStatus, etc.). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update deep link scheme from
outsourced:// to alphahuman:// for improved desktop authentication flow
Update deep link scheme from
outsourced:// to alphahuman:// for improved desktop authentication flow
Update deep link scheme from
outsourced:// to alphahuman:// for improved desktop authentication flow
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%