mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 16:59:41 +00:00
Fix detailed status timestamp link target not being the original URL
This commit is contained in:
@@ -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'
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user