Skip to content

Commit

Permalink
Group reaction notifications by default
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem committed Feb 8, 2025
1 parent 9323c75 commit 83b1ebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function dispatchAssociatedRecords(
}

function selectNotificationGroupedTypes(state: RootState) {
const types: NotificationType[] = ['favourite', 'reblog'];
const types: NotificationType[] = ['favourite', 'reblog', 'reaction'];

if (selectSettingsNotificationsGroupFollows(state)) types.push('follow');

Expand Down

0 comments on commit 83b1ebd

Please sign in to comment.