summaryrefslogtreecommitdiffstats
path: root/web/react/components/search_bar.jsx
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-08-24 10:00:12 -0700
committer=Corey Hulen <corey@hulen.com>2015-08-24 10:00:12 -0700
commit8519eb3f493ea59f071fdb018943aeb192e21224 (patch)
tree863dedef3b2156d95f10866fe09332c0303ba326 /web/react/components/search_bar.jsx
parent677b7393b5e5fc5d1598e820d1ee78c2b0727e60 (diff)
parent3e73ff25d35bf5638aabe70b8596b8c80eb0882b (diff)
downloadchat-8519eb3f493ea59f071fdb018943aeb192e21224.tar.gz
chat-8519eb3f493ea59f071fdb018943aeb192e21224.tar.bz2
chat-8519eb3f493ea59f071fdb018943aeb192e21224.zip
Merging from master
Diffstat (limited to 'web/react/components/search_bar.jsx')
-rw-r--r--web/react/components/search_bar.jsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/react/components/search_bar.jsx b/web/react/components/search_bar.jsx
index e39cf5d46..b11b39e9e 100644
--- a/web/react/components/search_bar.jsx
+++ b/web/react/components/search_bar.jsx
@@ -48,6 +48,13 @@ module.exports = React.createClass({
});
AppDispatcher.handleServerAction({
+ type: ActionTypes.RECIEVED_SEARCH_TERM,
+ term: null,
+ do_search: false,
+ is_mention_search: false
+ });
+
+ AppDispatcher.handleServerAction({
type: ActionTypes.RECIEVED_POST_SELECTED,
results: null
});