(bug): Double upvote a blog post
Summary
@Grantek reports that they can double upvote a blog post on anothers channels. See images below.
Steps to reproduce
- Post a blog on a test account.
- Go to the channel.
- Upvote the post in the feed.
- Upvote the post in the blog sidebar on the left.
Platform information
Cross-platform web
What is the current bug behavior?
Can register 2 upvotes
What is the expected correct behavior?
(What you should see instead)
Relevant logs and/or screenshots
See comments
Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
/label T - Bug in Minds ~"S - Triage:new"
added S - Triage (New) T - Bug (Triage) labels
made the issue visible to everyone
- Developer
Messaged user for more information.
added S - Triage (Questions) label and removed S - Triage (New) label
changed title from Duble upvote from on account to (bug): Double upvote a blog post
changed the description
moved from minds#555 (closed)
added T - Bug label
moved from benhayward.ben/engine#1 (closed)
added 0 - Urgent Bug Hunter P - Platform T - Bug labels
added 1 - High label and removed 0 - Urgent label
assigned to @benhayward.ben
changed milestone to %sprint: Interesting Iguana
changed weight to 4
added Status::InProgress label
added Status::Follow Up label and removed Status::InProgress label
- Developer
There are two ways to go about this:
- a) We upvote both the blog and the activity, then make sure events only fire once
- b) We replace the upvote count shown in the blog, with the number for activity, effectively cutting it out.
B feels like the better solution to me personally, but I want to chat about it in meeting tomorrow.
removed Status::Follow Up label
added Status::InProgress label
removed Status::InProgress label
added Status::Follow Up label
- Developer
Going to chat with team tomorrow as I heard that we are potentially looking at a map for looking up corresponding blog identities to activities. If this is the case it would make more sense to do it using that new system.