Status: normalize media attachments

This commit is contained in:
Alex Gleason
2022-02-11 17:56:34 -06:00
parent a9346a6db6
commit 63fa3e7154
6 changed files with 406 additions and 5 deletions

View File

@@ -168,7 +168,7 @@ class Item extends React.PureComponent {
onClick={this.handleClick}
target='_blank'
>
<StillImage src={previewUrl || originalUrl} alt={attachment.get('description')} />
<StillImage src={previewUrl} alt={attachment.get('description')} />
</a>
);
} else if (attachment.get('type') === 'gifv') {