enhance: アイコンデコレーションを複数設定できるように
This commit is contained in:
		| @@ -145,6 +145,7 @@ export const packedRoleSchema = { | ||||
| 						userEachUserListsLimit: rolePolicyValue, | ||||
| 						canManageAvatarDecorations: rolePolicyValue, | ||||
| 						canUseTranslator: rolePolicyValue, | ||||
| 						avatarDecorationLimit: rolePolicyValue, | ||||
| 					}, | ||||
| 				}, | ||||
| 				usersCount: { | ||||
|   | ||||
| @@ -672,6 +672,10 @@ export const packedMeDetailedOnlySchema = { | ||||
| 					type: 'number', | ||||
| 					nullable: false, optional: false, | ||||
| 				}, | ||||
| 				avatarDecorationLimit: { | ||||
| 					type: 'number', | ||||
| 					nullable: false, optional: false, | ||||
| 				}, | ||||
| 			}, | ||||
| 		}, | ||||
| 		//#region secrets | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo