Fixed
Android SDK 3.0.17.1
13 days ago by Viktor Manev
What's fixed
- Comments and replies returned by these APIs now correctly populate isFromMe and isDeletedByMe.
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(...)

