diff --git a/packages/backend/src/core/WorldRoomService.ts b/packages/backend/src/core/WorldRoomService.ts index ebbdb9ccd3..05ef7e68fd 100644 --- a/packages/backend/src/core/WorldRoomService.ts +++ b/packages/backend/src/core/WorldRoomService.ts @@ -19,9 +19,23 @@ import { IdentifiableError } from '@/misc/identifiable-error.js'; import { ModerationLogService } from '@/core/ModerationLogService.js'; import { QueryService } from '@/core/QueryService.js'; -// TODO: やっていく const driveFileReferencingOptions = { + clippedPicture: ['customPicture'], tapestry: ['customPicture'], + poster: ['customPicture'], + pictureFrame: ['customPicture'], + tabletopPictureFrame: ['customPicture'], + tabletopGlassPictureFrame: ['customPicture'], + wallCanvas: ['customPicture'], + wallGlassPictureFrame: ['customPicture'], + tabletopFlag: ['customPicture'], + tabletopLcdButtonsController: ['customPicture'], + djPlayer: ['customPicture'], + monitor: ['customPicture'], + allInOnePc: ['customPicture'], + laptopPc: ['customPicture'], + handheldGameConsole: ['customPicture'], + largeMousepad: ['customPicture'], } as Record; @Injectable()