Fix detailed status timestamp link target not being the original URL

This commit is contained in:
Claire 2024-09-12 22:30:40 +02:00
parent 9b1ecf7aee
commit 4050beb6e2

View file

@ -374,7 +374,7 @@ export const DetailedStatus: React.FC<{
<div className='detailed-status__meta__line'>
<a
className='detailed-status__datetime'
href={`/@${status.getIn(['account', 'acct'])}/${status.get('id')}`}
href={status.get('url')}
target='_blank'
rel='noopener noreferrer'
>