Merge branch 'attachment-fixes' into 'develop'

Fix video not visible in modal

Closes #1151

See merge request soapbox-pub/soapbox!1859
x-truth-ads
Alex Gleason 2022-11-03 01:15:52 +00:00
commit 3d25dc7f3c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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