From 86428fff9950cd3d08601d179d3953c3936ccabf Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Sat, 22 Aug 2015 11:59:42 -0700 Subject: Fixes issue with profile pictures not updating w/o refresh and prevents more ie10 ajax caching issues --- web/react/components/post.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components') diff --git a/web/react/components/post.jsx b/web/react/components/post.jsx index 7bc6a8c01..53ffeb400 100644 --- a/web/react/components/post.jsx +++ b/web/react/components/post.jsx @@ -102,7 +102,7 @@ module.exports = React.createClass({ currentUserCss = "current--user"; } - var timestamp = UserStore.getCurrentUser().update_at; + var timestamp = UserStore.getProfile(post.user_id).update_at; return (
-- cgit v1.2.3-1-g7c22