Skip to content

Commit

Permalink
Appview: apply needs-review to addl notif types (#3199)
Browse files Browse the repository at this point in the history
appview: apply needs-review to addl notif types
  • Loading branch information
devinivy authored Dec 9, 2024
1 parent e9240c8 commit 45e7ed5
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ const noBlockOrMutesOrNeedsReview = (
if (
item.reason === 'reply' ||
item.reason === 'quote' ||
item.reason === 'mention'
item.reason === 'mention' ||
item.reason === 'like' ||
item.reason === 'follow'
) {
if (!ctx.views.viewerSeesNeedsReview(did, hydration)) {
return false
Expand Down

0 comments on commit 45e7ed5

Please sign in to comment.