From 8394c5291cfe160d8955ab5119254058d2d361f8 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 9 Jan 2025 21:14:00 +0900 Subject: [PATCH] Update docs/configuring-playbook-bridge-mautrix-bridges.md: add information about troubleshooting Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bridge-mautrix-bridges.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bridge-mautrix-bridges.md b/docs/configuring-playbook-bridge-mautrix-bridges.md index 6fa4e0a68..6887a6f39 100644 --- a/docs/configuring-playbook-bridge-mautrix-bridges.md +++ b/docs/configuring-playbook-bridge-mautrix-bridges.md @@ -204,4 +204,6 @@ When using this method, **each user** that wishes to enable Double Puppeting nee For troubleshooting information with a specific bridge, please see the playbook documentation about it (some other document in in `docs/`) and the upstream ([mautrix](https://github.com/mautrix)) bridge documentation for that specific bridge. -Reporting bridge bugs should happen upstream, in the corresponding mautrix repository, not to us. +If the bridge's bot doesn't accept the invite to a chat, refer [the official troubleshooting page](https://docs.mau.fi/bridges/general/troubleshooting.html) as well. + +If you found bugs in mautrix bridges, they should be reported to the upstream project, in the corresponding mautrix repository, not to us.