You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
** Voice Note Player**: Play .ogg\ audio messages directly in the web viewer without downloading.
** Chat Export**: Export any chat's history to a JSON file (text only) via a new button in the chat header.
** Custom Database Path**: Support for \DATABASE_DIR\ env var to store the database separately from backups (e.g. on SSD vs HDD).
Bug Fixes
Database Locking: Enabled WAL mode for the internal Telethon session database to prevent \sqlite3.OperationalError: database is locked\ errors during high concurrency.