Drop the mautrix-meta ig_e2ee configuration option

Upstream no longer has an `ig_e2ee` option in either connector. It is
already absent at v0.2607.0, the version both roles are pinned to, so
we have been rendering a dead key into config.yaml for a while.

Anyone who set the variable is told it is gone, via the usual
deprecated-variable check.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
Slavi Pantaleev
2026-08-13 07:14:56 +03:00
co-authored by Claude Opus 5
parent 07eddf29a3
commit fe57c8ef7a
6 changed files with 2 additions and 14 deletions
@@ -172,9 +172,6 @@ matrix_bridge_mautrix_meta_messenger_appservice_token: ''
# * instagram - connect to Instagram DMs via instagram.com
matrix_bridge_mautrix_meta_messenger_meta_mode: messenger
# When in `instagram` mode (see `matrix_bridge_mautrix_meta_messenger_meta_mode`), should the bridge connect to WhatsApp servers for encrypted chats?
matrix_bridge_mautrix_meta_messenger_meta_ig_e2ee: false
matrix_bridge_mautrix_meta_messenger_provisioning_shared_secret: disable
# Controls whether mautrix-meta-messenger's HTTP API is exposed publicly (used by tools like mautrix-manager for bridge login).