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

1
Cargo.lock generated
View File

@@ -906,6 +906,7 @@ dependencies = [
"futures",
"log",
"num-traits",
"sanitize-filename",
"serde",
"serde_json",
"tempfile",