From 25c119dd5adccd9935c1ceb39e6720009e107e90 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 2 Dec 2021 16:31:23 +0000 Subject: [PATCH] Revert https://github.com/matrix-org/matrix-react-sdk/pull/7246 (#7268) This is apprently fixed on synapse, so reverting the workaround --- test/end-to-end-tests/synapse/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end-to-end-tests/synapse/install.sh b/test/end-to-end-tests/synapse/install.sh index 161709cac1d..077258072ce 100755 --- a/test/end-to-end-tests/synapse/install.sh +++ b/test/end-to-end-tests/synapse/install.sh @@ -2,7 +2,7 @@ set -e # config -SYNAPSE_BRANCH=release-v1.47 +SYNAPSE_BRANCH=develop INSTALLATION_NAME=consent SERVER_DIR=installations/$INSTALLATION_NAME CONFIG_TEMPLATE=consent