mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 22:45:03 -04:00
Merge branch 'chat-session-handling' of github.com:onionshare/onionshare-ghsa-gjj5-998g-v36v into ros-fixes
This commit is contained in:
commit
3641f829ff
3 changed files with 62 additions and 61 deletions
|
@ -55,12 +55,8 @@ class ModeSettings:
|
|||
"disable_text": False,
|
||||
"disable_files": False,
|
||||
},
|
||||
"website": {
|
||||
"disable_csp": False,
|
||||
"custom_csp": None,
|
||||
"filenames": []
|
||||
},
|
||||
"chat": {"room": "default"},
|
||||
"website": {"disable_csp": False, "custom_csp": None, "filenames": []},
|
||||
"chat": {},
|
||||
}
|
||||
self._settings = {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue