create room on reive from socket

This commit is contained in:
Peter Maquiran
2024-09-13 14:03:51 +01:00
parent 4b6364fac1
commit f446517773
9 changed files with 31 additions and 84 deletions
@@ -773,13 +773,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
viewDocument(file: any, url?: string) {
if (file.type == "application/webtrix") {
this.openViewDocumentModal(file);
}
else {
let fullUrl = "https://www.tabularium.pt" + url;
this.fileService.viewDocumentByUrl(fullUrl);
}
this.openViewDocumentModal(file);
}