mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: only show comments in memo detail page
This commit is contained in:
@@ -60,9 +60,10 @@ type FindMemo struct {
|
||||
CreatedTsBefore *int64
|
||||
|
||||
// Domain specific fields
|
||||
Pinned *bool
|
||||
ContentSearch []string
|
||||
VisibilityList []Visibility
|
||||
Pinned *bool
|
||||
HasParent *bool
|
||||
|
||||
// Pagination
|
||||
Limit *int
|
||||
|
Reference in New Issue
Block a user