add "show bots" toggle to following feed
This commit is contained in:
parent
24fd35e03d
commit
9b1bae653d
6 changed files with 35 additions and 7 deletions
|
|
@ -22304,6 +22304,8 @@ export type operations = {
|
|||
includeReplies?: boolean;
|
||||
/** @default false */
|
||||
includeQuotes?: boolean;
|
||||
/** @default true */
|
||||
includeBots?: boolean;
|
||||
/** @default 10 */
|
||||
limit?: number;
|
||||
/** Format: misskey:id */
|
||||
|
|
@ -27242,6 +27244,8 @@ export type operations = {
|
|||
/** @default true */
|
||||
withRenotes?: boolean;
|
||||
/** @default true */
|
||||
withBots?: boolean;
|
||||
/** @default true */
|
||||
withNonPublic?: boolean;
|
||||
/** @default false */
|
||||
withChannelNotes?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue