Skip to content

Fix issue preventing upvote counts from showing on comments minds#4264

Ben requested to merge fix/vote-m4264 into master

Ticket(s) / Related Merge Requests

minds#4264 (closed)

Summary of Changes

68d90215 introduced a regression where-in an export extender that delegates upvote counting to the Cassandra counters table was being called, overwriting the actual upvote count of the comment with 0.

Testing Considerations

  • You can upvote a comment with multiple accounts and see the count.
  • On refresh the count persists.

Deployment Considerations

Standard deployment.

Regression Scope

Upvote count on comments.

Platform Affected (web, mobile, etc)

Web.

Developer Testing Completed

Standard deployment.

Screenshots / Screen Recording

simplescreenrecorder-2023-08-24_13.23.15

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 Ben

Merge request reports