summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results_item.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-01-06 12:13:22 -0500
committerJoram Wilander <jwawilander@gmail.com>2017-01-06 12:13:22 -0500
commite82bcea0d06b2173ed286f394ee33a393469eeaf (patch)
tree2280b8b8d030675e916d1e9fc5b89fa24aee1b50 /webapp/components/search_results_item.jsx
parent1aa235b10d298926f2d683b2d1a5c82f6a9591e9 (diff)
downloadchat-e82bcea0d06b2173ed286f394ee33a393469eeaf.tar.gz
chat-e82bcea0d06b2173ed286f394ee33a393469eeaf.tar.bz2
chat-e82bcea0d06b2173ed286f394ee33a393469eeaf.zip
PLT-5118 moving to last_picture_update for the profile img (#4985)
Diffstat (limited to 'webapp/components/search_results_item.jsx')
-rw-r--r--webapp/components/search_results_item.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/search_results_item.jsx b/webapp/components/search_results_item.jsx
index 76681959e..50e440b04 100644
--- a/webapp/components/search_results_item.jsx
+++ b/webapp/components/search_results_item.jsx
@@ -62,7 +62,7 @@ export default class SearchResultsItem extends React.Component {
render() {
let channelName = null;
const channel = this.props.channel;
- const timestamp = UserStore.getCurrentUser().update_at;
+ const timestamp = UserStore.getCurrentUser().last_picture_update;
const user = this.props.user || {};
const post = this.props.post;
const flagIcon = Constants.FLAG_ICON_SVG;