mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-02 14:36:15 -04:00
Implement receive mode webhooks in CLI
This commit is contained in:
parent
5060927eea
commit
b4c856424b
3 changed files with 54 additions and 4 deletions
|
@ -50,7 +50,10 @@ class ModeSettings:
|
|||
"service_id": None,
|
||||
},
|
||||
"share": {"autostop_sharing": True, "filenames": []},
|
||||
"receive": {"data_dir": self.build_default_receive_data_dir()},
|
||||
"receive": {
|
||||
"data_dir": self.build_default_receive_data_dir(),
|
||||
"webhook_url": None,
|
||||
},
|
||||
"website": {"disable_csp": False, "filenames": []},
|
||||
"chat": {"room": "default"},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue