mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-21 20:39:22 +00:00
Add cache key for conversation messages
This commit is contained in:
parent
5040fbb101
commit
2a50190e94
@ -43,6 +43,7 @@ class _ConversationFileWidgetState extends State<ConversationFileWidget> {
|
||||
opacity: 0.8,
|
||||
child: CachedNetworkImage(
|
||||
imageUrl: file.thumbnail!,
|
||||
cacheKey: "conv-file-${widget.messageID}",
|
||||
width: _AreaWidth,
|
||||
height: _AreaHeight,
|
||||
fit: BoxFit.cover,
|
||||
|
Loading…
Reference in New Issue
Block a user