1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Fix oEmbed image_modal src. (#6027)

This commit is contained in:
Naoki Kosaka 2017-12-15 07:31:14 +09:00 committed by Eugen Rochko
parent a3b2ea599d
commit 25b0d7538e

View file

@ -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: {