summaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorChristopher Brown <ccbrown112@gmail.com>2018-02-12 13:05:01 -0600
committerChristopher Brown <ccbrown112@gmail.com>2018-02-12 13:05:01 -0600
commit141cfd2f9b5715e5eb8d09d9bc5073700a1360fa (patch)
tree5844a5a0929085a0e6484d8db8c4e83219760cf3 /model
parent1ae680aefae2deb1e9d07d7c2a1c863ec807a79f (diff)
downloadchat-141cfd2f9b5715e5eb8d09d9bc5073700a1360fa.tar.gz
chat-141cfd2f9b5715e5eb8d09d9bc5073700a1360fa.tar.bz2
chat-141cfd2f9b5715e5eb8d09d9bc5073700a1360fa.zip
remove willnorris/imageproxy support
Diffstat (limited to 'model')
-rw-r--r--model/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/config.go b/model/config.go
index 9010eaeae..898099d12 100644
--- a/model/config.go
+++ b/model/config.go
@@ -2096,7 +2096,7 @@ func (ss *ServiceSettings) isValid() *AppError {
}
switch *ss.ImageProxyType {
- case "", "willnorris/imageproxy":
+ case "":
case "atmos/camo":
if *ss.ImageProxyOptions == "" {
return NewAppError("Config.IsValid", "model.config.is_valid.atmos_camo_image_proxy_options.app_error", nil, "", http.StatusBadRequest)