summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-02-01 15:22:44 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-02-04 11:38:56 -0500
commitdb13b7a3ca3d3099392be557e47f838a7851a69a (patch)
tree65b36c76adba1112b6613e9b59f39588483c259a /web/react/utils
parentb7d045844c4d00d8268da50f2388be1d12c91829 (diff)
downloadchat-db13b7a3ca3d3099392be557e47f838a7851a69a.tar.gz
chat-db13b7a3ca3d3099392be557e47f838a7851a69a.tar.bz2
chat-db13b7a3ca3d3099392be557e47f838a7851a69a.zip
Changed deleted posts to be more general ephemeral posts
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 11a8da669..7d103a270 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -12,6 +12,7 @@ export default {
LEAVE_CHANNEL: null,
CREATE_POST: null,
POST_DELETED: null,
+ REMOVE_POST: null,
RECIEVED_CHANNELS: null,
RECIEVED_CHANNEL: null,
@@ -127,6 +128,7 @@ export default {
POST_FAILED: 'failed',
POST_DELETED: 'deleted',
POST_TYPE_JOIN_LEAVE: 'system_join_leave',
+ POST_TYPE_EPHEMERAL: 'system_ephemeral',
SYSTEM_MESSAGE_PREFIX: 'system_',
SYSTEM_MESSAGE_PROFILE_NAME: 'System',
SYSTEM_MESSAGE_PROFILE_IMAGE: '/static/images/logo_compact.png',