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