Skip to content

Commit

Permalink
Fix/新增回复用户信息字段 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Love-YeLin authored Apr 15, 2024
1 parent 8d5995d commit ceb2640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloudmind/core_api/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,8 @@ message CommentNode {
int64 like = 13; // 点赞数
int64 hate = 14;
SimpleUser author = 15; // 评论者信息
CommentRelation commentRelation = 16; // 评论关系信息
SimpleUser atUser = 16; // 评论者信息
CommentRelation commentRelation = 17; // 评论关系信息
}


Expand Down

0 comments on commit ceb2640

Please sign in to comment.