1
0

add filters for following feed

This commit is contained in:
Hazel K
2024-10-09 15:09:55 -04:00
committed by Hazelnoot
parent 56e7d7e0b1
commit 463b9ac59d
16 changed files with 318 additions and 72 deletions
+14
View File
@@ -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 */