jsonrpc: auto restart io on setConfig for the following keys sentbox_watch, mvbox_move and only_fetch_mvbox (#3542)

Co-authored-by: Jikstra <34889164+Jikstra@users.noreply.github.com>
This commit is contained in:
Simon Laux
2022-08-18 16:27:03 +02:00
committed by GitHub
parent 8be5ca6c30
commit 7d97ab2731
3 changed files with 22 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
- added a JSON RPC API, accessible through a WebSocket server, the CFFI bindings and the Node.js bindings #3463
### Changes
- jsonrpc: auto restart io on setConfig for the following keys `sentbox_watch`, `mvbox_move` and `only_fetch_mvbox` #3542
- refactorings #3545 #3551
- use [pathlib](https://docs.python.org/3/library/pathlib.html) in provider update script #3543
- `dc_get_chat_media()` can return media globally #3528