mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
- Introduced exponential backoff for connection retries in TelegramProvider, enhancing resilience during connection failures. - Refactored MTProtoService to manage concurrent initialization and connection calls, preventing duplicate requests. - Updated Redux store configuration to reset volatile fields on rehydrate, ensuring clean state management for Telegram sessions. - Enhanced error handling in Telegram thunks to ensure proper initialization before connection attempts. This update significantly improves the reliability and user experience of the Telegram connection process, ensuring smoother interactions and better state management.
34 lines
348 B
Plaintext
34 lines
348 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
package-lock.json
|
|
yarn.lock
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
references/
|