summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-31 12:21:20 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-31 12:21:20 -0400
commit8050a9b958f72227dbf601c05f6bcdfe50141708 (patch)
tree4e3df4d2d0e09b1bbcdd5f11207e61368c0c07bf /webapp/utils/constants.jsx
parent8abd74b89222fb09a5bb3783037f27eeb86303fc (diff)
parent980419b37cb1a329cc694213b2648b5919e4902c (diff)
downloadchat-8050a9b958f72227dbf601c05f6bcdfe50141708.tar.gz
chat-8050a9b958f72227dbf601c05f6bcdfe50141708.tar.bz2
chat-8050a9b958f72227dbf601c05f6bcdfe50141708.zip
Merge pull request #2589 from mattermost/plt-1812
PLT-1812 Update webhook posts to never show in collapsed view
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 421a46860..68df771f9 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -14,6 +14,7 @@ import patchIcon from 'images/icons/patch.png';
import genericIcon from 'images/icons/generic.png';
import logoImage from 'images/logo_compact.png';
+import logoWebhook from 'images/webhook_icon.jpg';
import solarizedDarkCSS from '!!file?name=files/code_themes/[hash].[ext]!highlight.js/styles/solarized-dark.css';
import solarizedDarkIcon from 'images/themes/code_themes/solarized-dark.png';
@@ -617,5 +618,6 @@ export default {
MAX_PASSWORD_LENGTH: 50,
TIME_SINCE_UPDATE_INTERVAL: 30000,
MIN_HASHTAG_LINK_LENGTH: 3,
- EMOJI_PATH: '/static/emoji'
+ EMOJI_PATH: '/static/emoji',
+ DEFAULT_WEBHOOK_LOGO: logoWebhook
};