Fixed

Android SDK 3.0.17.1

What's fixed

- Comments and replies returned by these APIs now correctly populate isFromMe and isDeletedByMe.

  • Added ownership mapping with withOwnership(...) to:

    • editComment(...)
    • addCommentReply(...)

    Ownership mapping is also applied to all comments returned by commentClient:

    • addComment(...)
    • getComments(...)
    • getCommentReplies(...)
    • getComment(...)
    • getCommentsPage(...)