mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user