mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
save
This commit is contained in:
@@ -439,7 +439,7 @@ export class RoomService {
|
||||
},
|
||||
async (response) => {
|
||||
|
||||
if (response.error.error.startsWith('No message found with the id of')) {
|
||||
if (response?.error?.error.startsWith('No message found with the id of')) {
|
||||
|
||||
this.deleteMessage(msgId)
|
||||
message.delateRequest = true
|
||||
|
||||
Reference in New Issue
Block a user