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
+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
}
})