This commit is contained in:
syuilo
2026-05-14 12:44:52 +09:00
parent ef8f593de8
commit 41c5e7242d
@@ -23,6 +23,7 @@ export function getLightRangeFactorByGraphicsQuality(quality: number) {
}
}
// TODO: addFileみたいなメソッドを持つクラス化して引き回させた方が便利かもしれない
export type RoomAttachments = {
files: Misskey.entities.DriveFile[];
};