This commit is contained in:
tiago.kayaya
2021-10-04 13:49:35 +01:00
parent e8bcf71b1a
commit 3f99ea222c
5 changed files with 28 additions and 27 deletions
@@ -241,6 +241,9 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
viewDocument(url:string){
this.fileService.viewDocumentByUrl(url);
/* this.chatService.getDocumentDetails(url).subscribe(res => {
console.log(res);
}) */
}
getChatMembers() {