chore(auto): task completed - unknown

This commit is contained in:
MythEclipse
2026-06-13 13:12:29 +07:00
parent ff006980f8
commit e413cf9fca
4 changed files with 51 additions and 1 deletions
@@ -126,6 +126,12 @@ export class MessagesDb {
);
}
// ── Edit History ─────────────────────────────────────────────────────────
insertMessageEdit(messageId: string, oldContent: string, editedAt: number): Promise<void> {
return this.crud.insertMessageEdit(messageId, oldContent, editedAt);
}
// ── Search ──────────────────────────────────────────────────────────────
searchMessages(input: {