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