3 dots added to large text

This commit is contained in:
Eudes Inácio
2023-10-20 17:05:39 +01:00
parent 7eb237b59d
commit ebb7115824
25 changed files with 1093 additions and 1150 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ export class ChatService {
}
getDocumentDetails(url: string) {
let headersc = new HttpHeaders();
let headersc = new HttpHeaders({'rejectUnauthorized': environment.rejectUnauthorized });;
headersc = headersc.set('X-User-Id', SessionStore.user.ChatData.data.userId);
headersc = headersc.set('X-Auth-Token', SessionStore.user.ChatData.data.authToken);
headersc = headersc.set('Sec-Fetch-Dest', 'attachment');
@@ -350,7 +350,7 @@ export class ChatService {
try {
if (this.p.userPermission(this.p.permissionList.Chat.access) && SessionStore.user.ChatData) {
this.headers = new HttpHeaders();
this.headers = new HttpHeaders({'rejectUnauthorized': environment.rejectUnauthorized });;
if (this.p.userPermission(this.p.permissionList.Chat.access)) {
//