Fixed

Android SDK 3.0.20

Comments


  • Fixed duplicate query parameters when paginating with getComments(), getCommentsPage(), and getCommentReplies().
  • CommentSession.loadNextHistory() also benefits from this fix because it uses these comment APIs internally.
  • Filters such as comment_board_id, ordering, top_level are no longer appended repeatedly on next/previous page requests.
  • When request parameters change, pagination resets to the first page for the new query.