Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Essem 2024-06-30 15:41:10 -05:00
commit 8a01720cb2
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
200 changed files with 3431 additions and 2011 deletions

View file

@ -414,6 +414,7 @@ class Notification extends ImmutablePureComponent {
title={targetAccount.get('acct')}
to={`/@${targetAccount.get('acct')}`}
dangerouslySetInnerHTML={targetDisplayNameHtml}
data-hover-card-account={targetAccount.get('id')}
/>
</bdi>
);
@ -448,6 +449,7 @@ class Notification extends ImmutablePureComponent {
title={account.get('acct')}
to={`/@${account.get('acct')}`}
dangerouslySetInnerHTML={displayNameHtml}
data-hover-card-account={account.get('id')}
/>
</bdi>
);