add comments to supports
This commit is contained in:
parent
f0b4476ef3
commit
3adee97e90
1 changed files with 2 additions and 8 deletions
|
@ -4,11 +4,9 @@ package pb;
|
|||
|
||||
message Support {
|
||||
string emoji = 1;
|
||||
string comment = 2;
|
||||
/*
|
||||
oneof type {
|
||||
Edit edit = 1;
|
||||
Comment comment = 2;
|
||||
}
|
||||
Edit edit = 1;
|
||||
*/
|
||||
}
|
||||
|
||||
|
@ -17,8 +15,4 @@ message Edit {
|
|||
string key = 1;
|
||||
string value = 2;
|
||||
}
|
||||
|
||||
message Comment {
|
||||
string body = 1;
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue