1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 12:14:18 +00:00

add new note search file types (module, flash) and optimize file type query

This commit is contained in:
Hazelnoot
2025-02-13 09:28:46 -05:00
parent 5276d6024d
commit ed981a6970
8 changed files with 135 additions and 59 deletions

View File

@@ -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