fix(ui): fix image reloading

This commit is contained in:
Salvatore Giordano
2021-10-29 11:00:16 +02:00
parent 44992546da
commit 74ebf73fbc
@@ -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, __) {