mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add more reactions
This commit is contained in:
@@ -13,12 +13,17 @@ message Reaction {
|
||||
|
||||
enum Type {
|
||||
TYPE_UNSPECIFIED = 0;
|
||||
EYES = 1;
|
||||
HEART = 2;
|
||||
LAUGH = 3;
|
||||
ROCKET = 4;
|
||||
THUMBS_DOWN = 5;
|
||||
THUMBS_UP = 6;
|
||||
THUMBS_UP = 1;
|
||||
THUMBS_DOWN = 2;
|
||||
HEART = 3;
|
||||
FIRE = 4;
|
||||
CLAPPING_HANDS = 5;
|
||||
LAUGH = 6;
|
||||
OK_HAND = 7;
|
||||
ROCKET = 8;
|
||||
EYES = 9;
|
||||
THINKING_FACE = 10;
|
||||
CLOWN_FACE = 11;
|
||||
}
|
||||
Type reaction_type = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user