chore: remove unimplemented excludeNsfw (#12520)
This commit is contained in:
parent
b37e8ffa69
commit
b6b838416d
4 changed files with 0 additions and 5 deletions
|
@ -48,7 +48,6 @@ export const paramDef = {
|
|||
withFiles: { type: 'boolean', default: false },
|
||||
withRenotes: { type: 'boolean', default: true },
|
||||
withReplies: { type: 'boolean', default: false },
|
||||
excludeNsfw: { type: 'boolean', default: false },
|
||||
limit: { type: 'integer', minimum: 1, maximum: 100, default: 10 },
|
||||
sinceId: { type: 'string', format: 'misskey:id' },
|
||||
untilId: { type: 'string', format: 'misskey:id' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue