jsonrpc: add miscSaveSticker method (#3743)

* jsonrpc: add `miscSaveSticker` method

* apply suggestions from link2xt
This commit is contained in:
Simon Laux
2022-11-09 16:43:34 +01:00
committed by GitHub
parent b9f1f9c41e
commit ae4c7b635d
6 changed files with 58 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased
### API-Changes
- jsonrpc: add `miscSaveSticker` method
### Changes
- add JSON-RPC stdio server `deltachat-rpc-server` and use it for JSON-RPC tests #3695