This commit is contained in:
Peter Maquiran
2022-02-09 15:34:25 +01:00
parent 67dfd17ea0
commit 35b8eed240
3 changed files with 0 additions and 8 deletions
@@ -532,7 +532,6 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
const roomId = this.roomId
if(data.selected) {
const loader = this.toastService.loading();
this.wsChatMethodsService.getDmRoom(roomId).send({
file:{
@@ -552,7 +551,6 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
}],
})
loader.remove();
}
});