wip (#14745)
This commit is contained in:
		| @@ -258,6 +258,11 @@ export class MiMeta { | ||||
| 	}) | ||||
| 	public turnstileSecretKey: string | null; | ||||
|  | ||||
| 	@Column('boolean', { | ||||
| 		default: false, | ||||
| 	}) | ||||
| 	public enableTestcaptcha: boolean; | ||||
|  | ||||
| 	// chaptcha系を追加した際にはnodeinfoのレスポンスに追加するのを忘れないようにすること | ||||
|  | ||||
| 	@Column('enum', { | ||||
|   | ||||
| @@ -115,6 +115,10 @@ export const packedMetaLiteSchema = { | ||||
| 			type: 'string', | ||||
| 			optional: false, nullable: true, | ||||
| 		}, | ||||
| 		enableTestcaptcha: { | ||||
| 			type: 'boolean', | ||||
| 			optional: false, nullable: false, | ||||
| 		}, | ||||
| 		swPublickey: { | ||||
| 			type: 'string', | ||||
| 			optional: false, nullable: true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo