diff --git a/synapse/config/repository.py b/synapse/config/repository.py index da1007d76..49922c6d0 100644 --- a/synapse/config/repository.py +++ b/synapse/config/repository.py @@ -153,7 +153,7 @@ class ContentRepositoryConfig(Config): # # url_preview_url_blacklist: # # blacklist any URL with a username in its URI - # - username: '*'' + # - username: '*' # # # blacklist all *.google.com URLs # - netloc: 'google.com'