画像が表示されない問題を修正
This commit is contained in:
parent
3fcfc5d3aa
commit
23f3f1b9ef
@ -699,7 +699,7 @@ class Status extends ImmutablePureComponent {
|
|||||||
onCollapsedToggle={this.handleCollapsedToggle}
|
onCollapsedToggle={this.handleCollapsedToggle}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{media}
|
{media(status)}
|
||||||
|
|
||||||
{quote(status, this.props.muted, quoteMuted, this.handleQuoteClick, this.handleExpandedQuoteToggle, identity, media, this.context.router, contextType)}
|
{quote(status, this.props.muted, quoteMuted, this.handleQuoteClick, this.handleExpandedQuoteToggle, identity, media, this.context.router, contextType)}
|
||||||
|
|
||||||
|
@ -343,7 +343,7 @@ class DetailedStatus extends ImmutablePureComponent {
|
|||||||
onTranslate={this.handleTranslate}
|
onTranslate={this.handleTranslate}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{media}
|
{media(status, false)}
|
||||||
|
|
||||||
{quote(status, false, quoteMuted, this.handleQuoteClick, this.handleExpandedQuoteToggle, identity, media, this.context.router)}
|
{quote(status, false, quoteMuted, this.handleQuoteClick, this.handleExpandedQuoteToggle, identity, media, this.context.router)}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user