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
Tabs are now replaced with 4 spaces so that Telegram servers wouldn't change the message.
Help page now detects your permissions and only shows commands you can use.
Moved Matrix state cache to the main database. This means that the mx-state.json file is no longer needed and all non-config data is stored in the main database.
Better lxml-based HTML parser for Matrix->Telegram formatting bridging. lxml is still optional, so the old parser is used as fallback if lxml is not installed.
Disabled Telegram->Matrix bridging of messages sent by the relaybot. Can be re-enabled in config if necessary.
Telegram message deduplication options
Added pre-send message database check for deduplication
Made dedup cache queue length configurable
Bumped minimum mautrix-appservice version to include some recent bugfixes
Bumped maximum Telethon version to 1.2, possibly fixing the catch_up option.
Fixed
A ValueError in some cases when syncing power levels.
A minor error regarding power level changes (thanks @turt2live)
Telegram connections being created for unauthenticated users possibly triggering spam protection connection delays in the Telegram servers.
Logging out if a portal had been deleted/unbridged.