summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2022-10-14 14:11:27 -0400
committerPatrick Cloke <patrickc@matrix.org>2022-10-14 14:11:27 -0400
commitbc2bd92b930288f3c4bb08a72d8dba24d7416ffd (patch)
treefffa5bb099b5aa81e27a9b663a22bd57cc3300fe /synapse/config
parentAccept threaded receipts for events related to the root event. (#14174) (diff)
parent1.69.0rc4 (diff)
downloadsynapse-bc2bd92b930288f3c4bb08a72d8dba24d7416ffd.tar.xz
Merge remote-tracking branch 'origin/release-v1.69' into develop
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/repository.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py
index 1033496bb4..e4759711ed 100644
--- a/synapse/config/repository.py
+++ b/synapse/config/repository.py
@@ -205,7 +205,7 @@ class ContentRepositoryConfig(Config):
         )
         self.url_preview_enabled = config.get("url_preview_enabled", False)
         if self.url_preview_enabled:
-            check_requirements("url_preview")
+            check_requirements("url-preview")
 
             proxy_env = getproxies_environment()
             if "url_preview_ip_range_blacklist" not in config: