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:
Jonathan Rainville 2024-12-04 10:25:18 -05:00 committed by GitHub
parent f400a9402d
commit 59cde995d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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 : ""

2
vendor/status-go vendored

@ -1 +1 @@
Subproject commit 7a967e177584ce6daadb71dc54d43aca491d45cf
Subproject commit 34d2dafbd2a3f338feaa3b2d45b5e2c79341a4e3