PLT-5118 moving to last_picture_update for the profile img (#4985)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
1aa235b10d
Коммит
e82bcea0d0
@@ -56,7 +56,7 @@ export default class UserProfile extends React.Component {
|
||||
let profileImg = '';
|
||||
if (this.props.user) {
|
||||
name = Utils.displayUsername(this.props.user.id);
|
||||
profileImg = Client.getUsersRoute() + '/' + this.props.user.id + '/image?time=' + this.props.user.update_at;
|
||||
profileImg = Client.getUsersRoute() + '/' + this.props.user.id + '/image?time=' + this.props.user.last_picture_update;
|
||||
}
|
||||
|
||||
if (this.props.overwriteName) {
|
||||
|
||||
Ссылка в новой задаче
Block a user