Fixes issue with profile pictures not updating w/o refresh and prevents more ie10 ajax caching issues

Этот коммит содержится в:
Reed Garmsen
2015-08-22 11:59:42 -07:00
родитель d629248151
Коммит 86428fff99
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@@ -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 (
<div>