add contact page

This commit is contained in:
Peter Maquiran
2024-08-16 17:17:32 +01:00
parent 6072a2456b
commit 9d441a3e5b
10 changed files with 241 additions and 252 deletions
@@ -251,7 +251,7 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
if(message.hasAttachment) {
const result = await this.chatServiceService.getMessageAttachmentByMessageId({
const result = await this.chatServiceService.downloadMessageAttachmentByMessageId({
$messageId: message.$id,
id: message.attachments[0].id
})