feat: ロールでアップロード可能なファイル種別を設定可能に (#16081)

* wip

* Update RoleService.ts

* wip

* Update RoleService.ts

* Update CHANGELOG.md
This commit is contained in:
syuilo
2025-05-22 23:01:31 +09:00
committed by GitHub
parent aaee0a788d
commit e750c9171e
12 changed files with 118 additions and 6 deletions

View File

@@ -5264,6 +5264,7 @@ export type components = {
canHideAds: boolean;
driveCapacityMb: number;
maxFileSizeMb: number;
uploadableFileTypes: string[];
alwaysMarkNsfw: boolean;
canUpdateBioMedia: boolean;
pinLimit: number;