[Problem/Question]
Hello!
Imagine I send an jpg image to a group chat from the Desk Dashboard, it is sent as a FileMessage.
The FileMessage has 3 thumbnails, first being a 10x10 image.
This thumbnail is downloaded and cached at {message.requestId}.jpg
When a full image is requested to be downloaded, it checks in cache for {message.requestId}.jpg, finds the 10x10 already there, and just shows that tiny image, instead of downloading the full one.
// If problem, please fill out the below. If question, please delete.
[UIKit Version]
SendBirdDesk (1.1.2)
SendBirdUIKit (3.5.2)
SendbirdChatSDK (4.6.2)
[Reproduction Steps]
Thumbnail is loaded here
Full image is loaded here.
CacheKey is the same for both.
[Frequency]
Always
[Current impact]
Images sent from dashboard not working.