feat: move reaction type to setting

This commit is contained in:
Steven
2024-10-10 21:06:32 +08:00
parent 1f9d657065
commit e527b6a878
41 changed files with 927 additions and 3467 deletions

View File

@@ -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 {