improve chat and remove word capitalization

This commit is contained in:
Peter Maquiran
2022-10-04 12:08:35 +01:00
parent e738bf08f3
commit 29fcd07a93
8 changed files with 19 additions and 4 deletions
@@ -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') {
+2
View File
@@ -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
}
})