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
The default database is now Postgres. If using SQLite, make sure you install the sqliteoptional dependency.
Alembic is no longer used, schema migrations happen automatically on startup.
The automatic database migration requires you to be on the latest legacy database version. If you were running any v0.10.x version, you should be on the latest version already. Otherwise, update to v0.10.2 first, upgrade the database with alembic, then upgrade to v0.11.0 (or higher).
Added support for contact messages.
Added support for Telegram sponsored messages in channels.
Only applies if you're using puppeting with a normal user account, because bots can't get sponsored messages.
Fixed non-supergroup member sync incorrectly kicking one user from the Matrix side if there was no limit on the number of members to sync (broke in v0.10.2).