add filters for following feed
This commit is contained in:
@@ -22296,6 +22296,14 @@ export type operations = {
|
||||
'application/json': {
|
||||
/** @default false */
|
||||
mutualsOnly?: boolean;
|
||||
/** @default false */
|
||||
filesOnly?: boolean;
|
||||
/** @default true */
|
||||
includeNonPublic?: boolean;
|
||||
/** @default false */
|
||||
includeReplies?: boolean;
|
||||
/** @default true */
|
||||
includeQuotes?: boolean;
|
||||
/** @default 10 */
|
||||
limit?: number;
|
||||
/** Format: misskey:id */
|
||||
@@ -27228,7 +27236,13 @@ export type operations = {
|
||||
/** @default false */
|
||||
withReplies?: boolean;
|
||||
/** @default true */
|
||||
withRepliesToSelf?: boolean;
|
||||
/** @default true */
|
||||
withQuotes?: boolean;
|
||||
/** @default true */
|
||||
withRenotes?: boolean;
|
||||
/** @default true */
|
||||
withNonPublic?: boolean;
|
||||
/** @default false */
|
||||
withChannelNotes?: boolean;
|
||||
/** @default 10 */
|
||||
|
||||
Reference in New Issue
Block a user