This commit is contained in:
tiago.kayaya
2021-09-01 17:14:57 +01:00
parent c7f8d5a583
commit adecc6ebd0
5 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export class ChatService {
let opts = {
headers: this.headers,
params: params
params: params,
}
return this.http.get(environment.apiChatUrl+'im.history', opts);
}