From b9c79bb187b3c565ad2ebd60246f96b03f284f93 Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Mon, 23 Oct 2023 10:10:19 +0300 Subject: [PATCH] Warn about Dendrite The amount of issues related to it breaking room state make bridges pretty unusable right now. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65d0fa2..3e49591 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,8 @@ optional arguments: Generate a registration file to use with your homeserver using the `--generate` switch. If you are using Dendrite or Conduit prefer `--generate-compat` as otherwise you can't talk with Heisenbridge. +**With the amount of showstopper bugs in Dendrite it's not officially supported by Heisenbridge at this time. When they get fixed this notice will be removed. If you hit a bug on Dendrite, please reproduce it on Synapse or Conduit before reporting it against Heisenbridge. Thank you.** + Both your homeserver and Heisenbridge use the same registration file to configure their shared secrets. With Heisenbridge you need to use the generated registration file with the `--config` switch on startup. If you are running Docker a shared volume mount is adviced for the registration file that both containers can access.