summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-22 10:45:57 -0800
committerCorey Hulen <corey@hulen.com>2015-07-22 10:45:57 -0800
commitbeffcc0a3cafc700fdce98e794396cab371638c2 (patch)
tree85b2d11e3365c8619975048772c965fc33832790 /web/react/utils/constants.jsx
parent62d7c926519247e17dfe980172ec3f9ef7671274 (diff)
parent0967a131a152e056c1cb971f895b2d1f8df4d0ed (diff)
downloadchat-beffcc0a3cafc700fdce98e794396cab371638c2.tar.gz
chat-beffcc0a3cafc700fdce98e794396cab371638c2.tar.bz2
chat-beffcc0a3cafc700fdce98e794396cab371638c2.zip
Merge pull request #201 from hmhealey/mm1539
MM-1539 Added the ability to reply to earlier message threads by starting a post with ^
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 187e3c4a3..2249da0d3 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -18,6 +18,7 @@ module.exports = {
RECIEVED_POST_SELECTED: null,
RECIEVED_MENTION_DATA: null,
RECIEVED_ADD_MENTION: null,
+ RECEIVED_ACTIVE_THREAD_CHANGED: null,
RECIEVED_PROFILES: null,
RECIEVED_ME: null,