summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-08-19 09:52:03 -0400
committerJoramWilander <jwawilander@gmail.com>2015-08-19 09:52:03 -0400
commitcc40ca1ac01063441c35f8e5b57f813561a0b739 (patch)
treebb3b8ffab02d301cdb443f0cd65ef6627c4ecc37 /web/react/utils
parent104f4a5ad8ee8bdd31713c31f355303fc1536e46 (diff)
downloadchat-cc40ca1ac01063441c35f8e5b57f813561a0b739.tar.gz
chat-cc40ca1ac01063441c35f8e5b57f813561a0b739.tar.bz2
chat-cc40ca1ac01063441c35f8e5b57f813561a0b739.zip
Added a message deleted indicator when a post is deleted to let the user know what's happening.
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",