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
@@ -596,7 +596,6 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
const data = res.data;
if(data.selected) {
const loader = this.toastService.loading();
this.wsChatMethodsService.getGroupRoom(roomId).send({
file:{
@@ -621,7 +620,6 @@ export class GroupMessagesPage implements OnInit, OnChanges, AfterViewInit, OnDe
temporaryData: res
})
loader.remove();
}
});
@@ -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();
}
});