Fix oEmbed image_modal src. (#6027)
parent
ef8fc3542b
commit
7da34ff0a3
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue