This commit is contained in:
Peter Maquiran
2022-03-24 16:28:47 +01:00
parent b80c2070f4
commit 71ecf0ded3
+1 -1
View File
@@ -430,6 +430,7 @@ export class RoomService {
message.delateRequest = true
message.save()
this.deleteMessage(msgId)
},
(response) => {
@@ -437,7 +438,6 @@ export class RoomService {
if (response.error.error.startsWith('No message found with the id of')) {
this.deleteMessage(msgId)
message.delateRequest = true
} else {