mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
WIP: Starting to make messages in receive mode work in GUI
This commit is contained in:
parent
b343d391b3
commit
ea17eacf43
5 changed files with 62 additions and 7 deletions
|
@ -53,6 +53,8 @@ class ModeSettings:
|
|||
"receive": {
|
||||
"data_dir": self.build_default_receive_data_dir(),
|
||||
"webhook_url": None,
|
||||
"disable_text": False,
|
||||
"disable_files": False,
|
||||
},
|
||||
"website": {"disable_csp": False, "filenames": []},
|
||||
"chat": {"room": "default"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue