mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
improve chat and remove word capitalization
This commit is contained in:
@@ -772,7 +772,7 @@ export class RochetChatConnectorService {
|
||||
|
||||
this.connect()
|
||||
this.login()
|
||||
// console.log("close connection ===============================");
|
||||
console.log("close connection ===============================");
|
||||
|
||||
for (const [key, value] of Object.entries(this.wsCallbacks)) {
|
||||
if(value.type == 'Offline') {
|
||||
|
||||
@@ -145,6 +145,8 @@ export class RoomService {
|
||||
* when the connection is lost the subscribe is also lost, so we have to subscribe again when reconnection is establish.
|
||||
*/
|
||||
this.resetStatus();
|
||||
this.hasLoadHistory = false
|
||||
this.subscribeAttempt = false
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user