This commit is contained in:
Peter Maquiran
2022-03-23 23:01:03 +01:00
parent d05f9fdf77
commit 7d646a4873
+1 -1
View File
@@ -423,7 +423,7 @@ export class RoomService {
async sendDeleteRequest(msgId) {
const message = this.messages.find((e)=>e._id == msgId)
// await message.delateStatusFalse()
await message.delateStatusFalse()
this.ChatMethodsService.deleteMessage({_id:msgId, msgId:msgId, roomId:message.rid}).subscribe(
(response: any) => {