chore: only show comments in memo detail page

This commit is contained in:
Steven
2023-10-08 00:42:02 +08:00
parent 553de3cc7e
commit b938c8d7b6
8 changed files with 67 additions and 46 deletions

View File

@@ -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