This commit is contained in:
Peter Maquiran
2022-03-28 20:48:21 +01:00
29 changed files with 214 additions and 132 deletions
+1 -1
View File
@@ -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