From 038d96438efaea4cd9bae4a39df98dc2d59e983b Mon Sep 17 00:00:00 2001 From: nekosu Date: Tue, 10 Oct 2023 10:58:39 +0800 Subject: [PATCH] chore: clean obsolete message --- include/Interface/proto/custom.action.proto | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/Interface/proto/custom.action.proto b/include/Interface/proto/custom.action.proto index db20adeed..4735f4e25 100644 --- a/include/Interface/proto/custom.action.proto +++ b/include/Interface/proto/custom.action.proto @@ -9,12 +9,6 @@ message CustomActionInit { optional string name = 2; } -message CustomActionSubmit { - optional string handle = 1; - optional string cmd_id = 2; - optional bool ok = 3; -} - message CustomActionRequest { optional bool ok = 1; oneof result { CustomActionInit init = 101; }