We just ran into this with an Enterprise customer.
Issues identified and fixed:
stepVotes can infinitely loop
getVotes is keyed by content_id where vote_id is more appropriate
- The
stepThreadstatus method makes no attempt to filter posts that are marked as the best answer, it just selects all post IDs for each thread so, typically, the last post in each thread is marked as the answer
Can share the fixed file or provide it in private
@Dalton Prock @Mike C