chore(auto): task completed - unknown
This commit is contained in:
@@ -128,7 +128,11 @@ export class MessagesDb {
|
||||
|
||||
// ── Edit History ─────────────────────────────────────────────────────────
|
||||
|
||||
insertMessageEdit(messageId: string, oldContent: string, editedAt: number): Promise<void> {
|
||||
insertMessageEdit(
|
||||
messageId: string,
|
||||
oldContent: string,
|
||||
editedAt: number,
|
||||
): Promise<void> {
|
||||
return this.crud.insertMessageEdit(messageId, oldContent, editedAt);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user