mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
soft delete
This commit is contained in:
@@ -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',
|
||||
}]
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user