mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
- Introduced TelegramProvider to manage the Telegram MTProto connection, handling initialization and connection status updates. - Refactored TelegramConnectionModal to remove unused authStatus selector, streamlining the component. - Enhanced MTProtoService with FLOOD_WAIT handling for connection checks and message sending, improving reliability during Telegram interactions. - Updated telegramSlice to prevent concurrent authentication checks, optimizing performance during user authentication. These changes enhance the application's ability to manage Telegram connections effectively, providing a smoother user experience during authentication and interaction.