From ac29cc04245e70014d5b526f1c533d851a8057f7 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <22636177+HuanCheng65@users.noreply.github.com> Date: Sat, 11 Mar 2023 00:02:08 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=20UI=20IP=20=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/protos/User.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/protos/User.proto b/app/src/main/protos/User.proto index 99c468ac..29df3e8a 100644 --- a/app/src/main/protos/User.proto +++ b/app/src/main/protos/User.proto @@ -34,4 +34,5 @@ message User { int32 priv_thread = 92; int32 isDefaultAvatar = 106; uint32 total_agree_num = 118; + string ip_address = 127; } \ No newline at end of file