diff options
author | Matthew Hodgson <matthew@matrix.org> | 2016-04-08 19:08:47 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2016-04-08 19:08:47 +0100 |
commit | af582b66bb1885e7cbb8a07d073f94ae421ecfc8 (patch) | |
tree | 021f2676290b1862e53ab34dbe5d76e890d1b435 /synapse/config/repository.py | |
parent | fix error checking for new SQL (diff) | |
download | synapse-af582b66bb1885e7cbb8a07d073f94ae421ecfc8.tar.xz |
fix typo
Diffstat (limited to 'synapse/config/repository.py')
-rw-r--r-- | synapse/config/repository.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py index da1007d767..49922c6d03 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' |