This commit is contained in:
Peter Maquiran
2022-02-09 14:07:34 +01:00
parent 012c5ccce6
commit 9a35ea30f0
6 changed files with 26 additions and 31 deletions
@@ -581,7 +581,6 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
const roomId = this.roomId
if(data.selected) {
const loader = this.toastService.loading();
this.wsChatMethodsService.getDmRoom(roomId).send({
file:{
@@ -603,8 +602,6 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
}],
})
loader.remove();
}
});
}