summaryrefslogtreecommitdiff
path: root/src/remote
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2021-10-03 12:27:29 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2021-10-03 12:27:29 +0900
commitf0b2eaf70deb2c237aaf48d241e28270def513ab (patch)
tree3072f173c8d55f4fbc97e74a622b7feefdaab563 /src/remote
parentfix bug (diff)
downloadsharkey-f0b2eaf70deb2c237aaf48d241e28270def513ab.tar.gz
sharkey-f0b2eaf70deb2c237aaf48d241e28270def513ab.tar.bz2
sharkey-f0b2eaf70deb2c237aaf48d241e28270def513ab.zip
fix bug
Diffstat (limited to 'src/remote')
-rw-r--r--src/remote/activitypub/models/image.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote/activitypub/models/image.ts b/src/remote/activitypub/models/image.ts
index 89259d30fb..d0a96e4313 100644
--- a/src/remote/activitypub/models/image.ts
+++ b/src/remote/activitypub/models/image.ts
@@ -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;