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
@@ -490,7 +490,6 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
const data = res.data;
if(data.selected) {
const loader = this.toastService.loading();
this.wsChatMethodsService.getGroupRoom(this.roomId).send({
file:{
@@ -514,9 +513,6 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
}]
})
loader.remove();
}
});
}