@ -460,8 +460,10 @@ class Status extends ImmutablePureComponent {
< div className = { classNames ( 'status' , ` status- ${ status . get ( 'visibility' ) } ` , { 'status-reply' : ! ! status . get ( 'in_reply_to_id' ) , muted : this . props . muted } ) } data - id = { status . get ( 'id' ) } >
< div className = 'status__expand' onClick = { this . handleExpandClick } role = 'presentation' / >
< div className = 'status__info' >
< a href = { status . get ( 'url' ) } className = 'status__relative-time' target = '_blank' rel = 'noopener noreferrer' > < RelativeTimestamp timestamp = { status . get ( 'created_at' ) } / > < / a >
< span className = 'status__visibility-icon' > < Icon id = { visibilityIcon . icon } title = { visibilityIcon . text } / > < / s p a n >
< a href = { status . get ( 'url' ) } className = 'status__relative-time' target = '_blank' rel = 'noopener noreferrer' >
< span className = 'status__visibility-icon' > < Icon id = { visibilityIcon . icon } title = { visibilityIcon . text } / > < / s p a n >
< RelativeTimestamp timestamp = { status . get ( 'created_at' ) } / >
< / a >
< a onClick = { this . handleAccountClick } data - id = { status . getIn ( [ 'account' , 'id' ] ) } href = { status . getIn ( [ 'account' , 'url' ] ) } title = { status . getIn ( [ 'account' , 'acct' ] ) } className = 'status__display-name' target = '_blank' rel = 'noopener noreferrer' >
< div className = 'status__avatar' >