Browse Source

[Glitch] Fix oEmbed image_modal src.

Port 25b0d7538e to glitch-soc
closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
dfa6fb4927
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/features/status/components/card.js

+ 1
- 1
app/javascript/flavours/glitch/features/status/components/card.js 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: {

Loading…
Cancel
Save