mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-30 00:24:36 +02:00
Update WorldRoomService.ts
This commit is contained in:
@@ -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<string, string[]>;
|
||||
|
||||
@Injectable()
|
||||
|
||||
Reference in New Issue
Block a user