fix visualisation of gestao documental in chat.

implemented delete DM messages
This commit is contained in:
tiago.kayaya
2022-01-06 20:52:50 +01:00
parent d22e602f13
commit 83ba2ebbd2
11 changed files with 233 additions and 71 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ export class ChatService {
let opts = {
headers: this.headers,
}
return this.http.post(environment.apiChatUrl+'im.close', body, this.options);
return this.http.post(environment.apiChatUrl+'im.delete', body, this.options);
}
createRoom(body:any){