This commit is contained in:
tiago.kayaya
2022-03-22 15:50:27 +01:00
parent 0cfa06c33c
commit b619877cdd
2 changed files with 2 additions and 2 deletions
@@ -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"
}],
+1 -1
View File
@@ -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')