fix header

This commit is contained in:
Peter Maquiran
2022-10-05 16:16:31 +01:00
parent 9af0ed4d0d
commit 1e8c5c3720
6 changed files with 59 additions and 70 deletions
+2 -2
View File
@@ -200,7 +200,7 @@ export class MessageService {
}
if(this.NetworkServiceService.getCurrentNetworkStatus() == ConnectionStatus.Online) {
console.log('online send')
// console.log('online send')
this.RochetChatConnectorService.send(params).then(
(ChatMessage: any) => {
console.log('response')
@@ -212,7 +212,7 @@ export class MessageService {
)
} else {
console.log("reconnect")
// console.log("reconnect")
this.RochetChatConnectorService.registerCallback({
type: 'reConnect',
funx: async ()=> {