summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results_item.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2017-07-12 12:38:07 -0400
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-13 01:38:07 +0900
commit8395981d2b3a02e2b61458cd19872632a45c2849 (patch)
tree38d5f84561976d5bba1645311f1bbaad35ec7ef5 /webapp/components/search_results_item.jsx
parentd3506c9d69e25f67109ffaae4ebc32e79a61244d (diff)
downloadchat-8395981d2b3a02e2b61458cd19872632a45c2849.tar.gz
chat-8395981d2b3a02e2b61458cd19872632a45c2849.tar.bz2
chat-8395981d2b3a02e2b61458cd19872632a45c2849.zip
Properly updated pinned/flagged posts on deletion (#6920)
Diffstat (limited to 'webapp/components/search_results_item.jsx')
-rw-r--r--webapp/components/search_results_item.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webapp/components/search_results_item.jsx b/webapp/components/search_results_item.jsx
index c0f405eb4..3b632ee5e 100644
--- a/webapp/components/search_results_item.jsx
+++ b/webapp/components/search_results_item.jsx
@@ -21,7 +21,6 @@ import * as PostUtils from 'utils/post_utils.jsx';
import Constants from 'utils/constants.jsx';
const ActionTypes = Constants.ActionTypes;
-import {Posts} from 'mattermost-redux/constants';
import React from 'react';
import PropTypes from 'prop-types';
@@ -187,7 +186,7 @@ export default class SearchResultsItem extends React.Component {
let message;
let flagContent;
let rhsControls;
- if (post.state === Posts.POST_DELETED) {
+ if (post.state === Constants.POST_DELETED) {
message = (
<p>
<FormattedMessage