summaryrefslogtreecommitdiff
path: root/packages/backend/src/core/CustomEmojiService.ts
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-10-03 15:20:49 +0200
committerMar0xy <marie@kaifa.ch>2023-10-03 15:20:49 +0200
commit38e35e14726ba5540a52c894131b38ee41f80b91 (patch)
tree3deb7aa93df80b4403308d0d07ad81574f5b2899 /packages/backend/src/core/CustomEmojiService.ts
parentmerge: increase comment length for files (#45) (diff)
parentfix: deck uiでuser listを見たときにリプライが表示されない (... (diff)
downloadsharkey-38e35e14726ba5540a52c894131b38ee41f80b91.tar.gz
sharkey-38e35e14726ba5540a52c894131b38ee41f80b91.tar.bz2
sharkey-38e35e14726ba5540a52c894131b38ee41f80b91.zip
merge: upstream
Diffstat (limited to 'packages/backend/src/core/CustomEmojiService.ts')
-rw-r--r--packages/backend/src/core/CustomEmojiService.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/backend/src/core/CustomEmojiService.ts b/packages/backend/src/core/CustomEmojiService.ts
index f9368eb6d3..d1cd2e97c3 100644
--- a/packages/backend/src/core/CustomEmojiService.ts
+++ b/packages/backend/src/core/CustomEmojiService.ts
@@ -17,7 +17,7 @@ import { bindThis } from '@/decorators.js';
import { MemoryKVCache, RedisSingleCache } from '@/misc/cache.js';
import { UtilityService } from '@/core/UtilityService.js';
import { query } from '@/misc/prelude/url.js';
-import type { Serialized } from '@/server/api/stream/types.js';
+import type { Serialized } from '@/types.js';
import { ModerationLogService } from '@/core/ModerationLogService.js';
import type { Config } from '@/config.js';