From 8a7978b388322d26a40b1ac83e64d4c8ee9b72b3 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 31 Mar 2026 15:17:29 +0200 Subject: [PATCH] add docs for breaking share secret authenticator --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b737ee3..a76dc78 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ For all Bridges: - include the registration in synapse, e.g. `APP_SERVICE_CONFIGS="[\"/telegram-data/registration.yaml\"]"` - and set yourself as admin, e.g.: `TELEGRAM_BRIDGE_PERMISSIONS="{ \"*\": \"relaybot\", \"@akadmin:example.com\": \"admin\"}"` +> [!IMPORTANT] +> The shared secret authenticator may break when matrix-synapse uses a newer python version with an error stating something like "module not found". You have to fix the path in the compose.shared_secret_auth.yml like [here](https://git.coopcloud.tech/coop-cloud/matrix-synapse/commit/3d1350533079ce1ad3bea92039fe003684589b95) + ### Telegram bridging You need to get your bot setup on the telegram side first by creating a [telegram app](https://my.telegram.org/apps) and a [telegram bot](https://docs.mau.fi/bridges/python/telegram/relay-bot.html#setup) and have these values: