summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar_right.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/sidebar_right.jsx')
-rw-r--r--web/react/components/sidebar_right.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/sidebar_right.jsx b/web/react/components/sidebar_right.jsx
index baffa0ab7..60c8ffae6 100644
--- a/web/react/components/sidebar_right.jsx
+++ b/web/react/components/sidebar_right.jsx
@@ -24,6 +24,7 @@ module.exports = React.createClass({
UserStore.removeStatusesChangeListener(this._onChange);
},
_onChange: function() {
+ // Updates the timestamp on each post
this.forceUpdate();
},
_onSelectedChange: function(from_search) {