mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-15 11:21:42 +00:00
parent
cc58265216
commit
dfa6fb4927
|
@ -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 a new issue