From 8b127276e256454456c13477062b3e66bc34def4 Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Sun, 29 Jan 2023 08:35:05 +0800 Subject: [PATCH] Rename NBOOJBANJHJ to content (PrivateChatReq) --- proto/PrivateChatReq.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/PrivateChatReq.proto b/proto/PrivateChatReq.proto index 3a977d31..e503a7a2 100644 --- a/proto/PrivateChatReq.proto +++ b/proto/PrivateChatReq.proto @@ -11,7 +11,7 @@ message PrivateChatReq { } uint32 targetUid = 11; - oneof NBOOJBANJHJ { + oneof content { string text = 15; uint32 icon = 9; }