soft delete

This commit is contained in:
Peter Maquiran
2024-08-26 14:47:03 +01:00
parent 0f94af5f4e
commit 021d1c5277
31 changed files with 125 additions and 92 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import { MessageAttachmentFileType, MessageAttachmentSource } from "src/app/module/chat/data/dto/message/messageOutputDTO";
import { MessageEntity } from "src/app/module/chat/domain/entity/message";
import { MessageEntity } from "src/app/core/chat/entity/message";
import { SessionStore } from "src/app/store/session.service";
export const LastMessage = new MessageEntity()
@@ -20,4 +20,4 @@ LastMessage.attachments = [{
source: MessageAttachmentSource.Device,
fileType: MessageAttachmentFileType.Image,
mimeType: 'image/png',
}]
}]