This commit is contained in:
syuilo 2021-10-03 12:27:29 +09:00
parent ef67f3eee6
commit f0b2eaf70d

View file

@ -6,7 +6,7 @@ import { apLogger } from '../logger';
import { DriveFile } from '@/models/entities/drive-file';
import { DriveFiles } from '@/models/index';
import { truncate } from '@/misc/truncate';
import { DM_MAX_IMAGE_COMMENT_LENGTH } from '@/misc/hard-limits';
import { DB_MAX_IMAGE_COMMENT_LENGTH } from '@/misc/hard-limits';
const logger = apLogger;