* Revert "revert484e023c0
" This reverts commitc03b70c949
. * also allow pure renote * fix checks for pure renote
This commit is contained in:
parent
ebb687cde4
commit
c8935b32f8
31 changed files with 300 additions and 105 deletions
|
@ -48,7 +48,11 @@ export const paramDef = {
|
|||
includeMyRenotes: { type: 'boolean', default: true },
|
||||
includeRenotedMyNotes: { type: 'boolean', default: true },
|
||||
includeLocalRenotes: { type: 'boolean', default: true },
|
||||
withFiles: { type: 'boolean' },
|
||||
withFiles: {
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
description: 'Only show notes that have attached files.',
|
||||
},
|
||||
},
|
||||
required: [],
|
||||
} as const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue