[Glitch] Show media modal on public timeline
Port e0b1e17bd0
to glitch-soc
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user