mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-10-31 02:04:52 +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, | ||||
|                   child: CachedNetworkImage( | ||||
|                     imageUrl: file.thumbnail!, | ||||
|                     cacheKey: "conv-file-${widget.messageID}", | ||||
|                     width: _AreaWidth, | ||||
|                     height: _AreaHeight, | ||||
|                     fit: BoxFit.cover, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user