fix(@desktop/timeline): profile picture is not updated in timeline
This commit is contained in:
parent
fc6143035f
commit
0ef1dee5ce
|
@ -833,7 +833,7 @@ Rectangle {
|
||||||
|
|
||||||
StatusImageIdenticon {
|
StatusImageIdenticon {
|
||||||
id: profileImage
|
id: profileImage
|
||||||
source: profileModel.profile.identicon
|
source: profileModel.profile.thumbnailImage || profileModel.profile.identicon
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: Style.current.smallPadding
|
anchors.leftMargin: Style.current.smallPadding
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
|
|
Loading…
Reference in New Issue