Add --version option to deltachat-rpc-server

This commit is contained in:
link2xt
2023-03-24 15:50:01 +00:00
parent 9cca34bba5
commit 20319b5426
4 changed files with 24 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
## [Unreleased]
### Changes
- Add support for `--version` argument to `deltachat-rpc-server`. #4224
It can be used to check the installed version without starting the server.
### Fixes
- deltachat-rpc-client: fix bug in `Chat.send_message()`: invalid `MessageData` field `quotedMsg` instead of `quotedMsgId`