mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add more memo settings
This commit is contained in:
@ -212,6 +212,8 @@ func convertWorkspaceMemoRelatedSettingFromStore(setting *storepb.WorkspaceMemoR
|
||||
DisallowPublicVisible: setting.DisallowPublicVisible,
|
||||
DisplayWithUpdateTime: setting.DisplayWithUpdateTime,
|
||||
ContentLengthLimit: setting.ContentLengthLimit,
|
||||
EnableAutoCompact: setting.EnableAutoCompact,
|
||||
EnableDoubleClickEdit: setting.EnableDoubleClickEdit,
|
||||
}
|
||||
}
|
||||
|
||||
@ -223,5 +225,7 @@ func convertWorkspaceMemoRelatedSettingToStore(setting *v1pb.WorkspaceMemoRelate
|
||||
DisallowPublicVisible: setting.DisallowPublicVisible,
|
||||
DisplayWithUpdateTime: setting.DisplayWithUpdateTime,
|
||||
ContentLengthLimit: setting.ContentLengthLimit,
|
||||
EnableAutoCompact: setting.EnableAutoCompact,
|
||||
EnableDoubleClickEdit: setting.EnableDoubleClickEdit,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user