fix(ui): fix image reloading
This commit is contained in:
@@ -97,7 +97,7 @@ class ImageAttachment extends AttachmentWidget {
|
||||
return _buildImageAttachment(
|
||||
context,
|
||||
CachedNetworkImage(
|
||||
cacheKey: imageUrl,
|
||||
cacheKey: imageUri.replace(queryParameters: {}).toString(),
|
||||
height: size?.height,
|
||||
width: size?.width,
|
||||
placeholder: (context, __) {
|
||||
|
||||
Reference in New Issue
Block a user