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 ##