mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: move reaction type to setting
This commit is contained in:
@@ -13,20 +13,5 @@ message Reaction {
|
||||
|
||||
string content_id = 3;
|
||||
|
||||
enum Type {
|
||||
TYPE_UNSPECIFIED = 0;
|
||||
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;
|
||||
QUESTION_MARK = 12;
|
||||
}
|
||||
Type reaction_type = 4;
|
||||
string reaction_type = 4;
|
||||
}
|
||||
|
@@ -113,6 +113,8 @@ message WorkspaceMemoRelatedSetting {
|
||||
bool enable_location = 8;
|
||||
// default_visibility set the global memos default visibility.
|
||||
string default_visibility = 9;
|
||||
// reactions is the list of reactions.
|
||||
repeated string reactions = 10;
|
||||
}
|
||||
|
||||
message GetWorkspaceSettingRequest {
|
||||
|
Reference in New Issue
Block a user