fix(backend): api/metaのfeaturesの下位互換性 (MisskeyIO#487)
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user