Merge branch 'attachment-fixes' into 'develop'
Fix video not visible in modal Closes #1151 See merge request soapbox-pub/soapbox!1859
This commit is contained in:
commit
3d25dc7f3c
1 changed files with 1 additions and 0 deletions
|
@ -202,6 +202,7 @@ const MediaModal: React.FC<IMediaModal> = (props) => {
|
|||
link={link}
|
||||
alt={attachment.description}
|
||||
key={attachment.url}
|
||||
visible
|
||||
/>
|
||||
);
|
||||
} else if (attachment.type === 'audio') {
|
||||
|
|
Loading…
Reference in a new issue