mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: e2ee files
This commit is contained in:
		
							parent
							
								
									81c6906eba
								
							
						
					
					
						commit
						ccd7964cfb
					
				@ -82,8 +82,8 @@ class _ImageBubbleState extends State<ImageBubble> {
 | 
			
		||||
  void initState() {
 | 
			
		||||
    thumbnailUrl = widget.event
 | 
			
		||||
        .getAttachmentUrl(getThumbnail: true, animated: true)
 | 
			
		||||
        .toString();
 | 
			
		||||
    attachmentUrl = widget.event.getAttachmentUrl(animated: true).toString();
 | 
			
		||||
        ?.toString();
 | 
			
		||||
    attachmentUrl = widget.event.getAttachmentUrl(animated: true)?.toString();
 | 
			
		||||
    if (thumbnailUrl == null) {
 | 
			
		||||
      _requestFile(getThumbnail: true);
 | 
			
		||||
    }
 | 
			
		||||
@ -201,10 +201,10 @@ class _ImageBubbleState extends State<ImageBubble> {
 | 
			
		||||
                        getThumbnail: true,
 | 
			
		||||
                        useThumbnailMxcUrl: true,
 | 
			
		||||
                        animated: true)
 | 
			
		||||
                    .toString();
 | 
			
		||||
                    ?.toString();
 | 
			
		||||
                attachmentUrl = widget.event
 | 
			
		||||
                    .getAttachmentUrl(useThumbnailMxcUrl: true, animated: true)
 | 
			
		||||
                    .toString();
 | 
			
		||||
                    ?.toString();
 | 
			
		||||
              });
 | 
			
		||||
            });
 | 
			
		||||
          }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user