fix(@desktop/timeline): profile picture is not updated in timeline

This commit is contained in:
Andrei Smirnov 2021-08-02 13:00:26 +03:00 committed by Iuri Matias
parent fc6143035f
commit 0ef1dee5ce
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ Rectangle {
StatusImageIdenticon {
id: profileImage
source: profileModel.profile.identicon
source: profileModel.profile.thumbnailImage || profileModel.profile.identicon
anchors.left: parent.left
anchors.leftMargin: Style.current.smallPadding
anchors.top: parent.top