Merge branch 'attachment-fixes' into 'develop'

Fix video not visible in modal

Closes #1151

See merge request soapbox-pub/soapbox!1859
environments/review-develop-3zknud/deployments/1247
Alex Gleason 2 years ago
commit 3d25dc7f3c

@ -202,6 +202,7 @@ const MediaModal: React.FC<IMediaModal> = (props) => {
link={link} link={link}
alt={attachment.description} alt={attachment.description}
key={attachment.url} key={attachment.url}
visible
/> />
); );
} else if (attachment.type === 'audio') { } else if (attachment.type === 'audio') {

Loading…
Cancel
Save