mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
save
This commit is contained in:
@@ -455,7 +455,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
|
|||||||
},
|
},
|
||||||
attachments: [{
|
attachments: [{
|
||||||
"title": fileName ,
|
"title": fileName ,
|
||||||
"title_link": this.audioRecorded,
|
/* "title_link": this.audioRecorded, */
|
||||||
"title_link_download": true,
|
"title_link_download": true,
|
||||||
"type": "file"
|
"type": "file"
|
||||||
}],
|
}],
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ export class AuthService {
|
|||||||
|
|
||||||
this.WsChatService.connect();
|
this.WsChatService.connect();
|
||||||
this.WsChatService.login().then((message: any) => {
|
this.WsChatService.login().then((message: any) => {
|
||||||
|
|
||||||
SessionStore.user.RochetChatUserId = message.result.id
|
SessionStore.user.RochetChatUserId = message.result.id
|
||||||
SessionStore.save()
|
SessionStore.save()
|
||||||
this.WsChatService.setStatus('online')
|
this.WsChatService.setStatus('online')
|
||||||
|
|||||||
Reference in New Issue
Block a user