Merge remote-tracking branch 'upstream/main'

This commit is contained in:
Essem 2024-07-24 23:04:49 -05:00
commit 2f50bcafc8
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
221 changed files with 2487 additions and 1619 deletions

View file

@ -92,7 +92,7 @@ class Notification extends ImmutablePureComponent {
e.preventDefault();
const { notification, onMention } = this.props;
onMention(notification.get('account'), this.props.history);
onMention(notification.get('account'));
};
handleHotkeyFavourite = () => {