Skip to content

Commit

Permalink
fix:补充缺少的GetLikedUsers添加分页参数 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lansongxx authored Dec 17, 2023
1 parent a6d175d commit 3392c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meowchat/user/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ message GetLikedUsersReq {
message GetLikedUsersResp {
repeated string userIds = 1;
string token = 2;
int64 total = 3;
}

message CheckInReq {
Expand Down

0 comments on commit 3392c4d

Please sign in to comment.