From 963a7039ea64a2cab3797cc5be1c47983a885d00 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Wed, 27 Nov 2024 12:17:31 +0100 Subject: [PATCH] push to 1.120.0 --- Containerfile | 2 +- rootfs/etc/confd/templates/server.yaml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 86eb0a7..7dcd2c7 100644 --- a/Containerfile +++ b/Containerfile @@ -14,7 +14,7 @@ RUN apk add --no-cache \ poetry \ git -ENV VERSION=v1.119.0 +ENV VERSION=v1.120.0 RUN git clone https://github.com/element-hq/synapse.git WORKDIR /synapse RUN git checkout $VERSION diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index c08cd9f..a40bb9f 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -1141,7 +1141,7 @@ oembed: # Defaults to "https://www.recaptcha.net/recaptcha/api/siteverify". # #recaptcha_siteverify_api: "https://my.recaptcha.site" - +enable_authenticated_media: true ## TURN ##