This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
[Glitch] Fix oEmbed image_modal src.
Port
25b0d7538e
to glitch-soc
closed-social-glitch-2
Thibaut Girka
6 years ago
committed by
ThibG
parent
cc58265216
commit
dfa6fb4927
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
:
{
Write
Preview
Loading…
Cancel
Save