summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-16 15:16:11 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-21 11:17:18 -0400
commite32aee8977bf99b0f5ca446cb028b04c25e2b918 (patch)
tree45a0a29a18f045c1e0f37ea28689e819e3fdbe3b /web/react/utils/constants.jsx
parent7a8ed5cf05c24671af2f1629c454615de9a39545 (diff)
downloadchat-e32aee8977bf99b0f5ca446cb028b04c25e2b918.tar.gz
chat-e32aee8977bf99b0f5ca446cb028b04c25e2b918.tar.bz2
chat-e32aee8977bf99b0f5ca446cb028b04c25e2b918.zip
Added events for when the active thread (ie the message thread that a user is responding to) changes
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 3aadfb4b0..943787630 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,