This commit is contained in:
tiago.kayaya
2021-09-14 16:34:50 +01:00
parent 427191ec36
commit 53144eb6c6
5 changed files with 58 additions and 13 deletions
@@ -316,6 +316,10 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
};
}
viewDocument(url:string){
this.fileService.viewDocumentByUrl(url);
}
async openChatOptions(ev?: any) {
console.log(this.members);