forked from GNUsocial/gnu-social
		
	I don't know why we would set the mimetype as title here
This commit is contained in:
		@@ -55,7 +55,7 @@ class StoreRemoteMediaPlugin extends Plugin
 | 
			
		||||
        switch (common_get_mime_media($file->mimetype)) {
 | 
			
		||||
        case 'image':
 | 
			
		||||
            // Just to set something for now at least...
 | 
			
		||||
            $file->title = $file->mimetype;
 | 
			
		||||
            //$file->title = $file->mimetype;
 | 
			
		||||
            break;
 | 
			
		||||
        }
 | 
			
		||||
        
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user