You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems like the upvoting feature of the example-forum demo is broken. Specifically, two things do not work as expected:
A single user can upvote one post several times. How can this be prevented?
When clicking the up vote button, the counter first jumps back by one, then increases by one (i.e. from 2 to 1 and then quickly to the correct value 3).
I am using a fresh install of the the latest version eb5f6aa on Ubuntu 18.04 and enabled the example-forum in .meteor/packages.
Any help appreciated.
The text was updated successfully, but these errors were encountered:
exilef
changed the title
Upvoting in
Upvoting in example-forum broken
Nov 14, 2018
exilef
changed the title
Upvoting in example-forum broken
Upvoting in example-forum demo broken
Nov 14, 2018
Voting is handled in the vulcan:voting package. Help is welcome to fix this issue. We probably won't be able to maintain such packages in the future, voting looks simple but is actually a complex issue if you don't want people to be able to cheat and you want to handle concurrent calls.
Hi,
it seems like the upvoting feature of the
example-forum
demo is broken. Specifically, two things do not work as expected:I am using a fresh install of the the latest version eb5f6aa on Ubuntu 18.04 and enabled the
example-forum
in.meteor/packages
.Any help appreciated.
The text was updated successfully, but these errors were encountered: