This commit is contained in:
Peter Maquiran
2023-08-11 16:46:06 +01:00
parent 0671471f59
commit b1e5857c82
6 changed files with 35 additions and 11 deletions
@@ -116,12 +116,12 @@ export class ChatPopoverPage implements OnInit {
if(this.room.t === 'p') {
this.chatService.deleteGroup(body).subscribe(res=>{
// this.ChatSystemService.deleteRoom(this.roomId)
this.ChatSystemService.deleteRoom(this.roomId)
});
}
else {
this.chatService.deleteChannel(body).subscribe(res=>{
// this.ChatSystemService.deleteRoom(this.roomId)
this.ChatSystemService.deleteRoom(this.roomId)
});
}
});