mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 05:12:33 +00:00
- Introduced a new `messageLoader` service to handle smart message fetching with three-direction loading, request cancellation via AbortController, and batch ID fetching. - Implemented a `mtprotoService` for managing the MTProto client lifecycle, including initialization, connection, and authentication processes. - Added an `updateManager` service to track and process updates with gap detection and recovery mechanisms, ensuring reliable message delivery. - Included comprehensive tests for the update manager to validate its functionality and state management. This update enhances the Telegram integration by providing robust message handling and update processing capabilities.