chore: add memo location setting

This commit is contained in:
Steven
2024-09-26 22:11:37 +08:00
parent 95a50b6596
commit cf4e660f41
11 changed files with 123 additions and 75 deletions

View File

@@ -109,6 +109,8 @@ message WorkspaceMemoRelatedSetting {
bool enable_link_preview = 6;
// enable_comment enables comment.
bool enable_comment = 7;
// enable_location enables setting location for memo.
bool enable_location = 8;
}
message GetWorkspaceSettingRequest {