From aaddc8c99afdf65728b3465c85ef3c30e5ae5bc1 Mon Sep 17 00:00:00 2001 From: DengBiao <2319963317@qq.com> Date: Tue, 13 Dec 2022 17:38:14 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E8=A1=A8=E6=83=85=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gim/push.ext.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/gim/push.ext.proto b/gim/push.ext.proto index 50b592f..83834f4 100644 --- a/gim/push.ext.proto +++ b/gim/push.ext.proto @@ -54,4 +54,5 @@ message RemoveGroupMemberPush { int64 opt_id = 1; // 操作人用户id string opt_name = 2; // 操作人昵称 int64 deleted_user_id = 3; // 被删除的成员id + string deleted_user_name = 4; // 被删除的成员昵称 }