|
|
|
@ -4,7 +4,7 @@ import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
|
|
|
import Avatar from 'flavours/glitch/components/avatar';
|
|
|
|
|
import DisplayName from 'flavours/glitch/components/display_name';
|
|
|
|
|
import StatusContent from 'flavours/glitch/components/status_content';
|
|
|
|
|
import StatusGallery from 'flavours/glitch/components/media_gallery';
|
|
|
|
|
import MediaGallery from 'flavours/glitch/components/media_gallery';
|
|
|
|
|
import AttachmentList from 'flavours/glitch/components/attachment_list';
|
|
|
|
|
import { Link } from 'react-router-dom';
|
|
|
|
|
import { FormattedDate, FormattedNumber } from 'react-intl';
|
|
|
|
@ -69,7 +69,8 @@ export default class DetailedStatus extends ImmutablePureComponent {
|
|
|
|
|
mediaIcon = 'video-camera';
|
|
|
|
|
} else {
|
|
|
|
|
media = (
|
|
|
|
|
<StatusGallery
|
|
|
|
|
<MediaGallery
|
|
|
|
|
standalone
|
|
|
|
|
sensitive={status.get('sensitive')}
|
|
|
|
|
media={status.get('media_attachments')}
|
|
|
|
|
letterbox={settings.getIn(['media', 'letterbox'])}
|
|
|
|
|