forked from MirrorHub/synapse
Enable URL previews in complement homeserver config. (#14198)
This commit is contained in:
parent
8e50299d8b
commit
e440f9674a
2 changed files with 3 additions and 0 deletions
1
changelog.d/14198.misc
Normal file
1
changelog.d/14198.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Enable url previews when testing with complement.
|
|
@ -12,6 +12,8 @@ trusted_key_servers: []
|
||||||
enable_registration: true
|
enable_registration: true
|
||||||
enable_registration_without_verification: true
|
enable_registration_without_verification: true
|
||||||
bcrypt_rounds: 4
|
bcrypt_rounds: 4
|
||||||
|
url_preview_enabled: true
|
||||||
|
url_preview_ip_range_blacklist: []
|
||||||
|
|
||||||
## Registration ##
|
## Registration ##
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue