Skip to content

Commit

Permalink
Merge pull request #2827 from ClearlyClaire/glitch-soc/fixes/report-o…
Browse files Browse the repository at this point in the history
…ld-notifications-target

Fix target account link in old report notifications
  • Loading branch information
ClearlyClaire authored Aug 27, 2024
2 parents 11014ac + 33ad67f commit 51311f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class Notification extends ImmutablePureComponent {
<bdi>
<Permalink
className='notification__display-name'
href={account.get('url')}
href={targetAccount.get('url')}
title={targetAccount.get('acct')}
to={`/@${targetAccount.get('acct')}`}
dangerouslySetInnerHTML={targetDisplayNameHtml}
Expand Down

0 comments on commit 51311f9

Please sign in to comment.