1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 00:35:25 +02:00
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

@@ -44,7 +44,6 @@ export const paramDef = {
includeRenotedMyNotes: { type: 'boolean', default: true },
includeLocalRenotes: { type: 'boolean', default: true },
withFiles: { type: 'boolean', default: false },
withReplies: { type: 'boolean', default: false },
withRenotes: { type: 'boolean', default: true },
},
required: [],