forked from cybrespace/mastodon
		
	Fix oEmbed image_modal src. (#6027)
This commit is contained in:
		
							parent
							
								
									a3b2ea599d
								
							
						
					
					
						commit
						25b0d7538e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -43,7 +43,7 @@ export default class Card extends React.PureComponent {
 | 
				
			||||||
      Immutable.fromJS([
 | 
					      Immutable.fromJS([
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
          type: 'image',
 | 
					          type: 'image',
 | 
				
			||||||
          url: card.get('url'),
 | 
					          url: card.get('embed_url'),
 | 
				
			||||||
          description: card.get('title'),
 | 
					          description: card.get('title'),
 | 
				
			||||||
          meta: {
 | 
					          meta: {
 | 
				
			||||||
            original: {
 | 
					            original: {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue