This commit is contained in:
Peter Maquiran
2022-03-21 21:36:50 +01:00
parent 35d685fc1a
commit ce357b7862
-2
View File
@@ -363,7 +363,6 @@ export class RoomService {
this.messages.splice(index, 1)
if (SessionStore.user.RochetChatUser == message.u.username) {
const allMemberThatIsOffline = this.getAllMemberThatIsOffline()
@@ -418,7 +417,6 @@ export class RoomService {
(response: any) => {
message.delateRequest = true
message.save()
this.deleteMessage(msgId)
},
(response) => {