WIP preserve local changes before duckie merge

This commit is contained in:
Lorenzune
2026-04-21 11:13:32 +02:00
parent e0174e450c
commit 9b36513def
74 changed files with 4419 additions and 408 deletions
+5
View File
@@ -11,6 +11,11 @@ export interface IChatEntry
chatType?: number;
imageUrl?: string;
color?: string;
showTranslation?: boolean;
originalMessage?: string;
translatedMessage?: string;
detectedLanguage?: string;
targetLanguage?: string;
roomId: number;
timestamp: string;
type: number;