@@ -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: {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user