Skip to content

Commit

Permalink
Merge pull request #2 from xh-polaris/fix
Browse files Browse the repository at this point in the history
fix:补充缺少的GetLikedUsers添加分页参数
  • Loading branch information
Lansongxx authored Dec 17, 2023
2 parents a6d175d + f7f392c commit 851af05
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 851af05

Please sign in to comment.