summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2016-03-02 15:57:54 +0000
committerMatthew Hodgson <matthew@matrix.org>2016-03-02 15:57:54 +0000
commit47c361d2f88879d5e4b042a49282c93d7e38f9fb (patch)
treedffd9a0a1bc837c1c9765228307e464dc472b1e2 /synapse
parentMerge branch 'release-v0.13.3' of github.com:matrix-org/synapse (diff)
downloadsynapse-47c361d2f88879d5e4b042a49282c93d7e38f9fb.tar.xz
add 800x600 thumbnails to make vector look prettier (and anyone else who likes big thumbnails)
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/repository.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/synapse/config/repository.py b/synapse/config/repository.py
index 2fcf872449..2e96c09013 100644
--- a/synapse/config/repository.py
+++ b/synapse/config/repository.py
@@ -97,4 +97,7 @@ class ContentRepositoryConfig(Config):
         - width: 640
           height: 480
           method: scale
+        - width: 800
+          height: 600
+          method: scale
         """ % locals()