From 599991ea731953f772824ce3ed1e591246aa004f Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 22 Jan 2018 15:32:50 -0600 Subject: PLT-3383: image proxy support (#7991) * image proxy support * go vet fix, remove mistakenly added coverage file * fix test compile error * add validation to config settings and documentation to model functions * add message_source field to post --- config/default.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/default.json b/config/default.json index 6ebf29789..6474043cb 100644 --- a/config/default.json +++ b/config/default.json @@ -56,7 +56,9 @@ "EnablePreviewFeatures": true, "CloseUnusedDirectMessages": false, "EnableTutorial": true, - "ExperimentalEnableDefaultChannelLeaveJoinMessages": true + "ExperimentalEnableDefaultChannelLeaveJoinMessages": true, + "ImageProxyType": "", + "ImageProxyURL": "" }, "TeamSettings": { "SiteName": "Mattermost", -- cgit v1.2.3-1-g7c22