fix(community): fix community image not updating (#16807)
Fixes #16688 Fixes the issue by adding a version to the URL on the status-go side. No extra code needed on our side. The only change is that we no longer need the `addTimestampToURL` hack for the community now.
This commit is contained in:
parent
f400a9402d
commit
59cde995d1
|
@ -269,7 +269,7 @@ Item {
|
|||
|
||||
StatusChatInfoButton {
|
||||
readonly property string emojiIcon: chatContentModule? chatContentModule.chatDetails.emoji : "" // Needed for test
|
||||
readonly property string assetName: chatContentModule && Utils.addTimestampToURL(chatContentModule.chatDetails.icon)
|
||||
readonly property string assetName: chatContentModule && chatContentModule.chatDetails.icon
|
||||
|
||||
objectName: "chatInfoBtnInHeader"
|
||||
title: chatContentModule? chatContentModule.chatDetails.name : ""
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7a967e177584ce6daadb71dc54d43aca491d45cf
|
||||
Subproject commit 34d2dafbd2a3f338feaa3b2d45b5e2c79341a4e3
|
Loading…
Reference in New Issue