Fix oEmbed image_modal src. (#6027)
This commit is contained in:
		
				
					committed by
					
						
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							a3b2ea599d
						
					
				
				
					commit
					25b0d7538e
				
			@ -43,7 +43,7 @@ export default class Card extends React.PureComponent {
 | 
			
		||||
      Immutable.fromJS([
 | 
			
		||||
        {
 | 
			
		||||
          type: 'image',
 | 
			
		||||
          url: card.get('url'),
 | 
			
		||||
          url: card.get('embed_url'),
 | 
			
		||||
          description: card.get('title'),
 | 
			
		||||
          meta: {
 | 
			
		||||
            original: {
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user