summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-06-15 08:01:52 -0400
committerGitHub <noreply@github.com>2016-06-15 08:01:52 -0400
commit0f7a8f0fb52f4376a42391812a20e622e82fef4e (patch)
tree11f853178eb9ba664d73e57ddd1c2378faed1ee1 /webapp/utils/constants.jsx
parent31db90f6dd70fd5c1f8e00f90dc9b5252017df22 (diff)
downloadchat-0f7a8f0fb52f4376a42391812a20e622e82fef4e.tar.gz
chat-0f7a8f0fb52f4376a42391812a20e622e82fef4e.tar.bz2
chat-0f7a8f0fb52f4376a42391812a20e622e82fef4e.zip
Distinguish between static embeds and toggleable embeds (#3333)
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index c8807ae8d..363347a4f 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -237,6 +237,7 @@ export default {
POST_DELETED: 'deleted',
POST_TYPE_EPHEMERAL: 'system_ephemeral',
POST_TYPE_JOIN_LEAVE: 'system_join_leave',
+ POST_TYPE_ATTACHMENT: 'slack_attachment',
SYSTEM_MESSAGE_PREFIX: 'system_',
SYSTEM_MESSAGE_PROFILE_NAME: 'System',
SYSTEM_MESSAGE_PROFILE_IMAGE: logoImage,