feat: Comment resolving (#7115)
This commit is contained in:
@@ -9,6 +9,9 @@ export default function present(comment: Comment) {
|
||||
parentCommentId: comment.parentCommentId,
|
||||
createdBy: presentUser(comment.createdBy),
|
||||
createdById: comment.createdById,
|
||||
resolvedAt: comment.resolvedAt,
|
||||
resolvedBy: comment.resolvedBy ? presentUser(comment.resolvedBy) : null,
|
||||
resolvedById: comment.resolvedById,
|
||||
createdAt: comment.createdAt,
|
||||
updatedAt: comment.updatedAt,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user