diff --git a/src/app/pages/chat/group-messages/group-messages.page.ts b/src/app/pages/chat/group-messages/group-messages.page.ts index fc233c102..c5f92d88f 100644 --- a/src/app/pages/chat/group-messages/group-messages.page.ts +++ b/src/app/pages/chat/group-messages/group-messages.page.ts @@ -455,7 +455,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy { }, attachments: [{ "title": fileName , - "title_link": this.audioRecorded, + /* "title_link": this.audioRecorded, */ "title_link_download": true, "type": "file" }], diff --git a/src/app/services/auth.service.ts b/src/app/services/auth.service.ts index b28f8f4ec..510b05fa1 100644 --- a/src/app/services/auth.service.ts +++ b/src/app/services/auth.service.ts @@ -149,7 +149,7 @@ export class AuthService { this.WsChatService.connect(); this.WsChatService.login().then((message: any) => { - + SessionStore.user.RochetChatUserId = message.result.id SessionStore.save() this.WsChatService.setStatus('online')