1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-02 04:24:17 +02:00

feat: アップロード可能な最大ファイルサイズをロールごとに設定可能に

This commit is contained in:
syuilo
2025-04-27 09:35:44 +09:00
parent effc84b9cc
commit 9481b5a6e8
12 changed files with 59 additions and 2 deletions

View File

@@ -5216,6 +5216,7 @@ export type components = {
canUseTranslator: boolean;
canHideAds: boolean;
driveCapacityMb: number;
maxFileSizeMb: number;
alwaysMarkNsfw: boolean;
canUpdateBioMedia: boolean;
pinLimit: number;