mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
[Glitch] Fix oEmbed image_modal src.
Port 25b0d7538eb83c5fd02409ca22345c9af752b3ed to glitch-soc
This commit is contained in:
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…
x
Reference in New Issue
Block a user