[Glitch] Show media modal on public timeline

Port e0b1e17bd0 to glitch-soc
This commit is contained in:
Thibaut Girka
2018-07-31 23:03:16 +02:00
parent 5cd7fe21bf
commit d2b3eebe00
3 changed files with 22 additions and 3 deletions

View File

@ -423,7 +423,7 @@ export default class Status extends ImmutablePureComponent {
mediaIcon = 'video-camera';
} else { // Media type is 'image' or 'gifv'
media = (
<Bundle fetchComponent={MediaGallery} loading={this.renderLoadingMediaGallery} >
<Bundle fetchComponent={MediaGallery} loading={this.renderLoadingMediaGallery}>
{Component => (
<Component
media={attachments}