Open danielistyo opened 3 years ago
When option updateCommentStatusMode is 'UpdateCommentStatusMode.disabled', then readComment shouldn't be called. But it is called in another method, _readCommentT. Then sdk will set read by calling update_comment_status endpoint.
updateCommentStatusMode
readComment
_readCommentT
update_comment_status
Thank you for pointing that out, will look into this
When option
updateCommentStatusMode
is 'UpdateCommentStatusMode.disabled', thenreadComment
shouldn't be called. But it is called in another method,_readCommentT
. Then sdk will set read by callingupdate_comment_status
endpoint.