This commit is contained in:
syuilo
2023-10-02 10:42:26 +09:00
parent b4c1de11f5
commit cb821d42a6
7 changed files with 7 additions and 10 deletions

View File

@@ -43,7 +43,6 @@ export const paramDef = {
type: 'object',
properties: {
withFiles: { type: 'boolean', default: false },
withReplies: { type: 'boolean', default: false },
withRenotes: { type: 'boolean', default: true },
excludeNsfw: { type: 'boolean', default: false },
limit: { type: 'integer', minimum: 1, maximum: 100, default: 10 },