From a2f6250a4a3a7ff664e3c3c05ecb942f7aa9c6bf Mon Sep 17 00:00:00 2001 From: Akbar Yahya Date: Sun, 29 Jan 2023 08:44:57 +0800 Subject: [PATCH] Rename DNNKFOCELDL to content --- proto/ChatInfo.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/ChatInfo.proto b/proto/ChatInfo.proto index 55eb423e..29e45ae5 100644 --- a/proto/ChatInfo.proto +++ b/proto/ChatInfo.proto @@ -8,7 +8,7 @@ message ChatInfo { bool isRead = 6; uint32 uid = 15; uint32 toUid = 3; - oneof DNNKFOCELDL { + oneof content { string text = 1809; uint32 icon = 1168; SystemHint system_hint = 523;