Added
Android SDK 3.0.18
3 days ago by Viktor Manev
Comments: inactive author filtering
Added an opt-in excludeInactiveProfile option for comments and replies.
When enabled, the SDK sends exclude_inactive_profile=true and exposes Comment.isAuthorActive for retained comments whose author is inactive but whose replies must remain visible.
The option is available through CommentClient, CommentSession, and comment count requests.
Default behaviour is unchanged.
Comment Reports
- Added
commentIds: List<String>toGetCommentReportsRequestOptionsfor retrieving reports for multiple comments in one request. - Existing
commentIdremains available for backward compatibility and single-comment lookup. - When both fields are supplied, IDs are combined and duplicates are removed.
- Use
CommentReport.commentIdandreportedByIdto determine whether the authenticated user can cancel a report.
more info: https://docs.livelike.com/docs/comment-report

