From 3392c4d8270b350948cace8e54742c02ba45d836 Mon Sep 17 00:00:00 2001 From: Lansong <62054128+Lansongxx@users.noreply.github.com> Date: Sun, 17 Dec 2023 21:56:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=A1=A5=E5=85=85=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E7=9A=84GetLikedUsers=E6=B7=BB=E5=8A=A0=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E5=8F=82=E6=95=B0=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- meowchat/user/user.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/meowchat/user/user.proto b/meowchat/user/user.proto index c19485a..de436dc 100644 --- a/meowchat/user/user.proto +++ b/meowchat/user/user.proto @@ -110,6 +110,7 @@ message GetLikedUsersReq { message GetLikedUsersResp { repeated string userIds = 1; string token = 2; + int64 total = 3; } message CheckInReq {