Compare commits

..

No commits in common. "963a7039ea64a2cab3797cc5be1c47983a885d00" and "202be63c7a76580c2cdc0237962694a662a207e1" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ RUN apk add --no-cache \
poetry \ poetry \
git git
ENV VERSION=v1.120.0 ENV VERSION=v1.118.0
RUN git clone https://github.com/element-hq/synapse.git RUN git clone https://github.com/element-hq/synapse.git
WORKDIR /synapse WORKDIR /synapse
RUN git checkout $VERSION RUN git checkout $VERSION

View File

@ -1141,7 +1141,7 @@ oembed:
# Defaults to "https://www.recaptcha.net/recaptcha/api/siteverify". # Defaults to "https://www.recaptcha.net/recaptcha/api/siteverify".
# #
#recaptcha_siteverify_api: "https://my.recaptcha.site" #recaptcha_siteverify_api: "https://my.recaptcha.site"
enable_authenticated_media: true
## TURN ## ## TURN ##