Skip to content

Allow downvotes on user who has blocked you #2636

Olivia Madrid requested to merge feat/downvote-blocker-2636 into master

Ticket(s) / Related Merge Requests

#2636 (closed)

Summary of Changes

You can now downvote someone's activity even if they've blocked you (given their block is the only reason you can't interact).

Testing Considerations

Interactions with users who've been blocked

Deployment Considerations

Regression Scope

Interactions between users who have been blocked and their blockers. The only interaction that should be allowed is a downvote.

Platform Affected (web, mobile, etc)

Both

Developer Testing Completed

When UserB is blocked by UserA,

  • UserB CANNOT upvote UserA's post.
  • UserB CAN downvote UserA's post.

Screenshots / Screen Recording

__allow_downvote_when_isblocked

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Olivia Madrid

Merge request reports