Removed room from chat

- Uses the global room instead of adding and leaving room for users
- Removes the joining event and triggers connection status from
server as soon as a connection event is received in server side
This commit is contained in:
Saptak S 2021-11-14 20:58:21 +05:30
parent 62396e66b8
commit f4ade1ba8d
No known key found for this signature in database
GPG key ID: 7B7F1772C0C6FCBF
3 changed files with 19 additions and 27 deletions

View file

@ -56,7 +56,7 @@ class ModeSettings:
"disable_files": False,
},
"website": {"disable_csp": False, "filenames": []},
"chat": {"room": "default"},
"chat": {},
}
self._settings = {}