mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
fix header
This commit is contained in:
@@ -290,6 +290,7 @@ export class ChatSystemService {
|
||||
* @description subscribe all room
|
||||
*/
|
||||
subscribeToRoom() {
|
||||
console.log("=====>>subscribeToRoom<<=====");
|
||||
|
||||
for (const id in this.dm) {
|
||||
this.defaultSubtribe(id)
|
||||
|
||||
@@ -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(()=>{
|
||||
|
||||
Reference in New Issue
Block a user