From ddd65ec5a6fe748a59e0a2754ac0cbecfa2f037b Mon Sep 17 00:00:00 2001 From: Seijo Cecilia Date: Fri, 30 Aug 2024 22:39:50 +0800 Subject: [PATCH] fix: add pong for CreateGroupFolder --- proto/action/file.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/proto/action/file.proto b/proto/action/file.proto index 11ec9b0..fce3668 100644 --- a/proto/action/file.proto +++ b/proto/action/file.proto @@ -79,6 +79,10 @@ message CreateGroupFolderPing { // QQ does not allow nested folders } +message CreateGroupFolderPong { + string folderId = 1; +} + message DeleteGroupFilePing { string groupCode = 1; string cacheId = 2;