summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-08-19 11:15:58 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-08-19 11:15:58 -0400
commita0a951a0693ae57e7851b11371513e9716f81ab1 (patch)
treefbcc7590bc5376bc15c9e1517e4c665086f830da /web/react/utils
parente664040f027496023119b492141b61cd99727183 (diff)
parentcc40ca1ac01063441c35f8e5b57f813561a0b739 (diff)
downloadchat-a0a951a0693ae57e7851b11371513e9716f81ab1.tar.gz
chat-a0a951a0693ae57e7851b11371513e9716f81ab1.tar.bz2
chat-a0a951a0693ae57e7851b11371513e9716f81ab1.zip
Merge pull request #398 from mattermost/mm-1593
MM-1593 Added a message deleted indicator
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 41b02c8d6..8239a4a69 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -63,8 +63,9 @@ module.exports = {
GOOGLE_SERVICE: 'google',
POST_CHUNK_SIZE: 60,
MAX_POST_CHUNKS: 3,
- POST_LOADING: "loading",
- POST_FAILED: "failed",
+ POST_LOADING: 'loading',
+ POST_FAILED: 'failed',
+ POST_DELETED: 'deleted',
RESERVED_TEAM_NAMES: [
"www",
"web",