Merge branch 'develop' into merge/2024-02-03
# Conflicts: # locales/index.d.ts # packages/backend/src/core/SearchService.ts # packages/frontend/src/pages/search.note.vue # packages/misskey-js/src/autogen/types.ts # sharkey-locales/en-US.yml
This commit is contained in:
commit
667262dcfb
8 changed files with 135 additions and 59 deletions
|
|
@ -25900,7 +25900,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