summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-02-03 12:12:10 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-02-04 11:38:58 -0500
commit70c3715b963cd8f2a710f8909f23696f9de7fcc7 (patch)
tree55077777c2bbb4e5d0f6f41d9e2d12e3668d02c4 /web/react/utils/constants.jsx
parent994358c31a93296a225f7d34942bbedfeac025c4 (diff)
downloadchat-70c3715b963cd8f2a710f8909f23696f9de7fcc7.tar.gz
chat-70c3715b963cd8f2a710f8909f23696f9de7fcc7.tar.bz2
chat-70c3715b963cd8f2a710f8909f23696f9de7fcc7.zip
Changed how posts are marked ephemeral
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index cfb33a79c..c1bd41b88 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -128,8 +128,8 @@ export default {
POST_LOADING: 'loading',
POST_FAILED: 'failed',
POST_DELETED: 'deleted',
- POST_TYPE_JOIN_LEAVE: 'system_join_leave',
POST_TYPE_EPHEMERAL: 'system_ephemeral',
+ POST_TYPE_JOIN_LEAVE: 'system_join_leave',
SYSTEM_MESSAGE_PREFIX: 'system_',
SYSTEM_MESSAGE_PROFILE_NAME: 'System',
SYSTEM_MESSAGE_PROFILE_IMAGE: '/static/images/logo_compact.png',