Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e440f96

Browse files
Enable URL previews in complement homeserver config. (#14198)
1 parent 8e50299 commit e440f96

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

changelog.d/14198.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable url previews when testing with complement.

docker/complement/conf/workers-shared-extra.yaml.j2

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ trusted_key_servers: []
1212
enable_registration: true
1313
enable_registration_without_verification: true
1414
bcrypt_rounds: 4
15+
url_preview_enabled: true
16+
url_preview_ip_range_blacklist: []
1517

1618
## Registration ##
1719

0 commit comments

Comments
 (0)