summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-06-09 15:28:57 -0300
committerCorey Hulen <corey@hulen.com>2016-06-09 11:28:57 -0700
commit18c53e03ebaf1021c5b8429ef7bce09e5de0c4a6 (patch)
treeccaa7bd967f50d005e517401abcfc59536fa18c9 /webapp/utils
parentf1eefd99e6e40621ace005afcb1c08c6a69a744e (diff)
downloadchat-18c53e03ebaf1021c5b8429ef7bce09e5de0c4a6.tar.gz
chat-18c53e03ebaf1021c5b8429ef7bce09e5de0c4a6.tar.bz2
chat-18c53e03ebaf1021c5b8429ef7bce09e5de0c4a6.zip
PLT-3221 Remove async call to get posts when creating a comment and editing a post (#3300)
PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
Diffstat (limited to 'webapp/utils')
-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 3a6098713..c8807ae8d 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -41,6 +41,7 @@ export default {
CREATE_CHANNEL: null,
LEAVE_CHANNEL: null,
CREATE_POST: null,
+ CREATE_COMMENT: null,
POST_DELETED: null,
REMOVE_POST: null,