Skip to content

Correcly init and reset variables for answer count

Daniel Gerhardt requested to merge fix-answer-count-handling into master

Variables were not initialized because of a scoping (this) bug. Additionally, they were not reset when all votes were deleted.

Merge request reports