diff --git a/v2/proto/support.proto b/v2/proto/support.proto index 5fa7e79..76a4c16 100644 --- a/v2/proto/support.proto +++ b/v2/proto/support.proto @@ -4,10 +4,10 @@ package pb; message Support { string emoji = 1; + string comment = 2; /* oneof type { Edit edit = 1; - Comment comment = 2; } */ } @@ -17,8 +17,4 @@ message Edit { string key = 1; string value = 2; } - -message Comment { - string body = 1; -} */