Merge tag 'v4.4.4' into chinwag-next
This commit is contained in:
commit
4346d0d376
209 changed files with 4120 additions and 1030 deletions
|
|
@ -38,7 +38,7 @@ class FilterModal extends ImmutablePureComponent {
|
|||
|
||||
handleSuccess = () => {
|
||||
const { dispatch, statusId } = this.props;
|
||||
dispatch(fetchStatus(statusId, true));
|
||||
dispatch(fetchStatus(statusId, {forceFetch: true}));
|
||||
this.setState({ isSubmitting: false, isSubmitted: true, step: 'submitted' });
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -201,8 +201,6 @@ class MediaModal extends ImmutablePureComponent {
|
|||
preview={image.get('preview_url')}
|
||||
blurhash={image.get('blurhash')}
|
||||
src={image.get('url')}
|
||||
width={image.get('width')}
|
||||
height={image.get('height')}
|
||||
frameRate={image.getIn(['meta', 'original', 'frame_rate'])}
|
||||
aspectRatio={`${image.getIn(['meta', 'original', 'width'])} / ${image.getIn(['meta', 'original', 'height'])}`}
|
||||
startTime={currentTime || 0}
|
||||
|
|
@ -219,8 +217,6 @@ class MediaModal extends ImmutablePureComponent {
|
|||
return (
|
||||
<GIFV
|
||||
src={image.get('url')}
|
||||
width={width}
|
||||
height={height}
|
||||
key={image.get('url')}
|
||||
alt={description}
|
||||
lang={lang}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue