diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-06-03 15:26:46 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-06-03 15:29:42 -0400 |
| commit | ef3b5541f8ca090141bed371fc39480af8ea874b (patch) | |
| tree | afacd6daf85b49bbd2547758016c49d55b549481 /packages/misskey-js/src | |
| parent | copy changes to local-timeline.ts (diff) | |
| download | sharkey-ef3b5541f8ca090141bed371fc39480af8ea874b.tar.gz sharkey-ef3b5541f8ca090141bed371fc39480af8ea874b.tar.bz2 sharkey-ef3b5541f8ca090141bed371fc39480af8ea874b.zip | |
copy changes to hybrid-timeline.ts
Diffstat (limited to 'packages/misskey-js/src')
| -rw-r--r-- | packages/misskey-js/src/autogen/types.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index c0c0fd7895..68e150c9b7 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -27230,12 +27230,6 @@ export type operations = { untilDate?: number; /** @default false */ allowPartial?: boolean; - /** @default true */ - includeMyRenotes?: boolean; - /** @default true */ - includeRenotedMyNotes?: boolean; - /** @default true */ - includeLocalRenotes?: boolean; /** @default false */ withFiles?: boolean; /** @default true */ |