approve method

void approve(
  1. UCommentResponse c
)

Implementation

void approve(UCommentResponse c) => _setStatus(c, TagComment.released);