summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2022-10-18 15:52:23 +0200
committerGitHub <noreply@github.com>2022-10-18 09:52:23 -0400
commite440f9674a28da0d8bfc5a42e9f6b636f947c5c4 (patch)
tree81c57bd98ab7f19434fbf7c4a46a2e65a7c939eb
parentFix `track_memory_usage` on poetry-core 1.3.x installations (#14221) (diff)
downloadsynapse-e440f9674a28da0d8bfc5a42e9f6b636f947c5c4.tar.xz
Enable URL previews in complement homeserver config. (#14198)
-rw-r--r--changelog.d/14198.misc1
-rw-r--r--docker/complement/conf/workers-shared-extra.yaml.j22
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/14198.misc b/changelog.d/14198.misc
new file mode 100644
index 0000000000..9d56f8a2c6
--- /dev/null
+++ b/changelog.d/14198.misc
@@ -0,0 +1 @@
+Enable url previews when testing with complement.
\ No newline at end of file
diff --git a/docker/complement/conf/workers-shared-extra.yaml.j2 b/docker/complement/conf/workers-shared-extra.yaml.j2
index 9e554a865e..c651645115 100644
--- a/docker/complement/conf/workers-shared-extra.yaml.j2
+++ b/docker/complement/conf/workers-shared-extra.yaml.j2
@@ -12,6 +12,8 @@ trusted_key_servers: []
 enable_registration: true
 enable_registration_without_verification: true
 bcrypt_rounds: 4
+url_preview_enabled: true
+url_preview_ip_range_blacklist: []
 
 ## Registration ##