This commit is contained in:
ThatOneCalculator 2023-06-06 12:16:49 -07:00
parent 95bb9e1f73
commit 042780993c

View file

@ -52,7 +52,7 @@ import { UserProfiles } from "@/models/index.js";
import { In } from "typeorm";
import { DB_MAX_IMAGE_COMMENT_LENGTH } from "@/misc/hard-limits.js";
import { truncate } from "@/misc/truncate.js";
import { type Size, getEmojiSize } from "@/misc/emoji-meta.js";\
import { type Size, getEmojiSize } from "@/misc/emoji-meta.js";
import { fetchMeta } from "@/misc/fetch-meta.js";
const logger = apLogger;