This commit is contained in:
Peter Maquiran
2022-09-30 15:27:07 +01:00
parent 12cf5831a8
commit baff5d96ff
5 changed files with 6 additions and 220 deletions
+1 -3
View File
@@ -6,7 +6,6 @@ import { capitalizeTxt } from 'src/plugin/text'
import { NfService } from 'src/app/services/chat/nf.service'
import { RochetChatConnectorService } from 'src/app/services/chat/rochet-chat-connector.service';
import { showDateDuration } from 'src/plugin/showDateDuration';
import { ChatStorageService } from './chat-storage.service'
import { ChatMethodsService } from './chat-methods.service'
import { MessageModel } from '../../models/beast-orm'
import { AESEncrypt } from '../aesencrypt.service'
@@ -62,10 +61,9 @@ export class MessageService {
downloadAttachmentsTemp = 0;
UploadAttachmentsTemp = 0;
constructor(private storage: Storage,
constructor(
private NfService: NfService,
private RochetChatConnectorService: RochetChatConnectorService,
private ChatStorageService: ChatStorageService,
private ChatMethodsService: ChatMethodsService,
private AESEncrypt: AESEncrypt,
private AttachmentsService: AttachmentsService,