mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update WorldRoomService.ts
This commit is contained in:
parent
216fb56a4b
commit
170980a0a6
1 changed files with 15 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue