mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add snippet field to memo message (#3689)
This commit is contained in:
@@ -206,6 +206,9 @@ message Memo {
|
||||
// The name of the parent memo.
|
||||
// Format: memos/{id}
|
||||
optional string parent = 18 [(google.api.field_behavior) = OUTPUT_ONLY];
|
||||
|
||||
// The snippet of the memo content. Plain text only.
|
||||
string snippet = 19;
|
||||
}
|
||||
|
||||
message MemoProperty {
|
||||
|
Reference in New Issue
Block a user