Merge branch 'develop' into release/2024.5.0

This commit is contained in:
syuilo 2024-05-27 20:55:49 +09:00 committed by GitHub
commit d3b969306c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 558 additions and 123 deletions

View file

@ -4441,7 +4441,6 @@ export type components = {
caseSensitive: boolean;
/** @default false */
localOnly: boolean;
notify: boolean;
/** @default false */
excludeBots: boolean;
/** @default false */
@ -9748,7 +9747,6 @@ export type operations = {
excludeBots?: boolean;
withReplies: boolean;
withFile: boolean;
notify: boolean;
};
};
};
@ -10030,7 +10028,6 @@ export type operations = {
excludeBots?: boolean;
withReplies?: boolean;
withFile?: boolean;
notify?: boolean;
};
};
};