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
@@ -290,6 +290,7 @@ export class ChatSystemService {
* @description subscribe all room
*/
subscribeToRoom() {
console.log("=====>>subscribeToRoom<<=====");
for (const id in this.dm) {
this.defaultSubtribe(id)
+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 ()=> {
@@ -693,7 +693,7 @@ export class RochetChatConnectorService {
onopen: async ()=> {
this.ws.connected = true
// console.log("Open connection =====================================================")
console.log("Open connection =====================================================")
setTimeout(()=>{