From 75983a390cafe85ece102219bbad8b1e6d922867 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Tue, 2 Jun 2026 23:07:21 +0700 Subject: [PATCH] =?UTF-8?q?There=20are=20no=20staged=20changes=20to=20comm?= =?UTF-8?q?it=20=E2=80=94=20the=20working=20tree=20is=20clean=20(`nothing?= =?UTF-8?q?=20to=20commit,=20working=20tree=20clean`).=20Stage=20some=20fi?= =?UTF-8?q?les=20first=20with=20`git=20add`,=20then=20I=20can=20craft=20th?= =?UTF-8?q?e=20commit=20message.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/ai-moderation/llmModerationClient.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/services/discord-gateway/src/modules/ai-moderation/llmModerationClient.ts b/services/discord-gateway/src/modules/ai-moderation/llmModerationClient.ts index eb3bcb2..5fc190e 100644 --- a/services/discord-gateway/src/modules/ai-moderation/llmModerationClient.ts +++ b/services/discord-gateway/src/modules/ai-moderation/llmModerationClient.ts @@ -32,6 +32,7 @@ import { computeImagePhash, getCachedMediaAnalysis, getCachedMediaByPhash, + getRecentCorrectedModerations, makeCustomEmojiCacheKey, makeImageCacheKey, makeStickerCacheKey,