[Glitch] Fix oEmbed image_modal src.
Port 25b0d7538e
to glitch-soc
remotes/1727458204337373841/tmp_refs/heads/signup-info-prompt
parent
cc58265216
commit
dfa6fb4927
|
@ -43,7 +43,7 @@ export default class Card extends React.PureComponent {
|
||||||
Immutable.fromJS([
|
Immutable.fromJS([
|
||||||
{
|
{
|
||||||
type: 'image',
|
type: 'image',
|
||||||
url: card.get('url'),
|
url: card.get('embed_url'),
|
||||||
description: card.get('title'),
|
description: card.get('title'),
|
||||||
meta: {
|
meta: {
|
||||||
original: {
|
original: {
|
||||||
|
|
Loading…
Reference in New Issue