From 47cedd68d6f8c5dfd9c5af826e29342080759b61 Mon Sep 17 00:00:00 2001 From: nickago Date: Wed, 5 Aug 2015 14:43:40 -0700 Subject: Removed all functionality required for removing used mentions from auto-complete --- web/react/stores/post_store.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/stores/post_store.jsx') diff --git a/web/react/stores/post_store.jsx b/web/react/stores/post_store.jsx index ecf54ede6..4aa6ebb3a 100644 --- a/web/react/stores/post_store.jsx +++ b/web/react/stores/post_store.jsx @@ -193,7 +193,7 @@ PostStore.dispatchToken = AppDispatcher.register(function(payload) { PostStore.emitSelectedPostChange(action.from_search); break; case ActionTypes.RECIEVED_MENTION_DATA: - PostStore.emitMentionDataChange(action.id, action.mention_text, action.exclude_list); + PostStore.emitMentionDataChange(action.id, action.mention_text); break; case ActionTypes.RECIEVED_ADD_MENTION: PostStore.emitAddMention(action.id, action.username); -- cgit v1.2.3-1-g7c22