From 437f9f5b64ddb4e1f84e6c4e993120d074001777 Mon Sep 17 00:00:00 2001 From: Kenny Au Date: Wed, 27 Jun 2018 13:35:15 -0600 Subject: Gfycat integration (#8971) * Gfycat integration * Added gfycat api credentials to config. --- utils/config.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/config.go') diff --git a/utils/config.go b/utils/config.go index d3cdbd3ee..10661aa54 100644 --- a/utils/config.go +++ b/utils/config.go @@ -555,6 +555,9 @@ func GenerateClientConfig(c *model.Config, diagnosticId string, license *model.L props["SQLDriverName"] = *c.SqlSettings.DriverName props["EnableEmojiPicker"] = strconv.FormatBool(*c.ServiceSettings.EnableEmojiPicker) + props["EnableGifPicker"] = strconv.FormatBool(*c.ServiceSettings.EnableGifPicker) + props["GfycatApiKey"] = *c.ServiceSettings.GfycatApiKey + props["GfycatApiSecret"] = *c.ServiceSettings.GfycatApiSecret props["RestrictCustomEmojiCreation"] = *c.ServiceSettings.RestrictCustomEmojiCreation props["MaxFileSize"] = strconv.FormatInt(*c.FileSettings.MaxFileSize, 10) -- cgit v1.2.3-1-g7c22