fix(backend): api/metaのfeaturesの下位互換性 (MisskeyIO#487)
This commit is contained in:
parent
851dc4cb6b
commit
9fe29b5e8e
3 changed files with 24 additions and 0 deletions
|
|
@ -4958,8 +4958,14 @@ export type components = {
|
|||
localTimeline: boolean;
|
||||
globalTimeline: boolean;
|
||||
hCaptcha: boolean;
|
||||
/** @description Alias of hCaptcha */
|
||||
hcaptcha: boolean;
|
||||
mCaptcha: boolean;
|
||||
/** @description Alias of mCaptcha */
|
||||
mcaptcha: boolean;
|
||||
reCaptcha: boolean;
|
||||
/** @description Alias of reCaptcha */
|
||||
recaptcha: boolean;
|
||||
turnstile: boolean;
|
||||
objectStorage: boolean;
|
||||
serviceWorker: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue