remove unset variable in the html

This commit is contained in:
Peter Maquiran
2024-09-05 15:26:23 +01:00
parent 074b750b56
commit 3067d0e239
7 changed files with 8 additions and 10 deletions
@@ -448,8 +448,6 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
const message = new MessageViewModal(_message)
this.messages1[this.roomId].push(new MessageViewModal(message))
console.log('message=======', message)
if(message.hasAttachment) {
const result = await this.chatServiceService.downloadMessageAttachmentByMessageId({