add new note search file types (module, flash) and optimize file type query
This commit is contained in:
parent
5276d6024d
commit
ed981a6970
8 changed files with 135 additions and 59 deletions
|
|
@ -25029,7 +25029,8 @@ export type operations = {
|
|||
offset?: number;
|
||||
/** @description The local host is represented with `.`. */
|
||||
host?: string;
|
||||
filetype?: string | null;
|
||||
/** @enum {string|null} */
|
||||
filetype?: 'image' | 'video' | 'audio' | 'module' | 'flash';
|
||||
/**
|
||||
* Format: misskey:id
|
||||
* @default null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue