mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-20 22:52:56 -05:00
Fix detailed status timestamp link target not being the original URL
This commit is contained in:
parent
9b1ecf7aee
commit
4050beb6e2
@ -374,7 +374,7 @@ export const DetailedStatus: React.FC<{
|
|||||||
<div className='detailed-status__meta__line'>
|
<div className='detailed-status__meta__line'>
|
||||||
<a
|
<a
|
||||||
className='detailed-status__datetime'
|
className='detailed-status__datetime'
|
||||||
href={`/@${status.getIn(['account', 'acct'])}/${status.get('id')}`}
|
href={status.get('url')}
|
||||||
target='_blank'
|
target='_blank'
|
||||||
rel='noopener noreferrer'
|
rel='noopener noreferrer'
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user