This commit is contained in:
Peter Maquiran
2022-03-23 22:01:59 +01:00
parent 2728475815
commit 6960333d0a
4 changed files with 101 additions and 96 deletions
@@ -416,7 +416,6 @@ export class MessagesPage implements OnInit, OnChanges, AfterViewInit, OnDestroy
deleteMessage(msgId: string, msg:MessageService) {
msg.delateStatusFalse()
this.wsChatMethodsService.getDmRoom(this.roomId).sendDeleteRequest(msgId)
}