add comments to supports #45

Merged
shyba merged 2 commits from comments into master 2021-06-02 22:05:57 +02:00
Showing only changes of commit f19399ae55 - Show all commits

View file

@ -6,7 +6,9 @@ message Support {
string emoji = 1;
string comment = 2;
/*
Edit edit = 1;
oneof type {
Edit edit = 1;
}
*/
}