Uh oh!
There was an error while loading. Please reload this page.
[C-5279] Exclude users from comments who are muted by the artist - #10238
Conversation
|
| MutedUser.muted_user_id == Comment.user_id, | ||
| or_( | ||
| MutedUser.user_id == current_user_id, | ||
| MutedUser.user_id == artist_id, |
| MutedUser.muted_user_id == Comment.user_id, | ||
| or_( | ||
| MutedUser.user_id == current_user_id, | ||
| MutedUser.user_id == artist_id, |
isaacsolo
left a comment
There was a problem hiding this comment.
query is good but i think we still need to update notifications
raymondjacobson
commented
Oct 25, 2024
Ah gotcha... that makes sense |
[2ab68ed] [C-5310] Fix comment notification deep links (#10240) Dylan Jeffers [03c3823] [PAY-3552] Finish UDR report and fix bugs (#10186) Raymond Jacobson [1c91f85] Add X-Forwarded-Proto to nginx config to fix resolve endpoint (#10239) Marcus Pasell [c536d3e] [C-5279] Exclude users from comments who are muted by the artist (#10238) Raymond Jacobson [a6dd2b7] [C-5292] Add comment reaction notification setting (#10220) Dylan Jeffers [673ffaf] Add more comment validations (#10189) Isaac Solo
[2ab68ed] [C-5310] Fix comment notification deep links (#10240) Dylan Jeffers [03c3823] [PAY-3552] Finish UDR report and fix bugs (#10186) Raymond Jacobson [1c91f85] Add X-Forwarded-Proto to nginx config to fix resolve endpoint (#10239) Marcus Pasell [c536d3e] [C-5279] Exclude users from comments who are muted by the artist (#10238) Raymond Jacobson [a6dd2b7] [C-5292] Add comment reaction notification setting (#10220) Dylan Jeffers [673ffaf] Add more comment validations (#10189) Isaac Solo
Description
Replacement PR for #10223
It was simpler than we thought + adding more tests
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide repro instructions & any configuration.