feat(moderation): enhance attachment handling and AI analysis integration

This commit is contained in:
MythEclipse
2026-05-21 02:39:28 +07:00
parent 3d64228d6a
commit 7eb01606b7
13 changed files with 447 additions and 223 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export interface PageResult<T> {
export interface AnalysisResult {
messageId: string;
status: Exclude<AIStatus, "pending" | "error">;
status: Exclude<AIStatus, "pending">;
flags: string[];
score: number;
analysis: string;