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