Skip to content

Commit

Permalink
fix: don't blur profile media on mute
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-ext committed Mar 29, 2024
1 parent d207526 commit 9a324af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/moderation/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ export const getModerationUI = (causes: ModerationCause[], context: ModerationCo
filters.push(cause);
}

if (context !== ContextContentMedia) {
if (context !== ContextContentMedia && context !== ContextProfileMedia) {
blurs.push(cause);
}
}
Expand Down

0 comments on commit 9a324af

Please sign in to comment.