pub fn resolve_threaded_comment(
threaded_comments: &mut Option<ThreadedComments>,
comment_id: &str,
done: bool,
) -> Result<()>Expand description
Set the resolved (done) state of a threaded comment.
Returns an error if the comment was not found.