diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-05-31 11:25:58 +0100 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2024-05-31 11:25:58 +0100 |
| commit | f412a074ff496fc9a9ea98d0ffe7e58f2d344991 (patch) | |
| tree | 4cbe8caf49857021ad4edca4cad38f442c920f51 | |
| parent | Merge branch 'develop' into future (diff) | |
| download | sharkey-f412a074ff496fc9a9ea98d0ffe7e58f2d344991.tar.gz sharkey-f412a074ff496fc9a9ea98d0ffe7e58f2d344991.tar.bz2 sharkey-f412a074ff496fc9a9ea98d0ffe7e58f2d344991.zip | |
misskey-js update after our changes
| -rw-r--r-- | packages/misskey-js/src/autogen/types.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index b3ba3a7203..32a66f4399 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -11426,6 +11426,13 @@ export type operations = { untilDate?: number; /** @default false */ allowPartial?: boolean; + /** @default true */ + withRenotes?: boolean; + /** + * @description Only show notes that have attached files. + * @default false + */ + withFiles?: boolean; }; }; }; |