mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: add enable memo comment setting
This commit is contained in:
@ -98,6 +98,8 @@ message WorkspaceMemoRelatedSetting {
|
||||
bool enable_double_click_edit = 5;
|
||||
// enable_link_preview enables links preview.
|
||||
bool enable_link_preview = 6;
|
||||
// enable_comment enables comment.
|
||||
bool enable_comment = 7;
|
||||
}
|
||||
|
||||
message GetWorkspaceSettingRequest {
|
||||
|
Reference in New Issue
Block a user