mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: memo relation part1 (#1677)
* feat: memo relation part1 * chore: update
This commit is contained in:
@@ -40,9 +40,11 @@ func (raw *memoRaw) toMemo() *api.Memo {
|
||||
UpdatedTs: raw.UpdatedTs,
|
||||
|
||||
// Domain specific fields
|
||||
Content: raw.Content,
|
||||
Visibility: raw.Visibility,
|
||||
Pinned: raw.Pinned,
|
||||
Content: raw.Content,
|
||||
Visibility: raw.Visibility,
|
||||
Pinned: raw.Pinned,
|
||||
ResourceList: []*api.Resource{},
|
||||
RelationList: []*api.MemoRelation{},
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user