mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 15:05:11 -04:00
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:
parent
62396e66b8
commit
f4ade1ba8d
3 changed files with 19 additions and 27 deletions
|
@ -56,7 +56,7 @@ class ModeSettings:
|
|||
"disable_files": False,
|
||||
},
|
||||
"website": {"disable_csp": False, "filenames": []},
|
||||
"chat": {"room": "default"},
|
||||
"chat": {},
|
||||
}
|
||||
self._settings = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue