From 3e699c2082fa33607ff2b59341fc5ba6fd4afda3 Mon Sep 17 00:00:00 2001 From: hossein_225 Date: Tue, 10 Dec 2024 11:48:22 +0330 Subject: [PATCH] improve recipient --- auth/v1/msg.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/auth/v1/msg.proto b/auth/v1/msg.proto index 0348926..5dcdb0d 100644 --- a/auth/v1/msg.proto +++ b/auth/v1/msg.proto @@ -223,9 +223,10 @@ enum TfaStateEnum { } message Recipient { - string id = 1; + string key = 1; optional string first_name = 2; optional string last_name = 3; + optional string public_key = 4; } message LookUpNameReq { -- 2.47.2