Skip to content

Allow for where comment downvoted via browser and then upvoted via BitSlide app (currently only supports upvoting).

Ensure legacy "user_has_upvoted" value returned by get_comments is boolean only, for compatibility with BitSlide app. Also primarily for BitSlide, allow for where user downvotes comment in browser, and then in BitSlide upvotes comment, use new vote signal handler to process change (via legacy call to upvote_comment), to avoid mismatch (old signal handler has now been removed).

Merge request reports