jsonrpc: get_messages now returns a map with MessageLoadResult instead of failing completely if one of the requested messages could not be loaded. (#4038)

* jsonrpc: `get_messages` now returns a map with `MessageLoadResult`
instead of failing completely if one of the requested messages could not be loaded.

* add pr number to changelog

* format errors with causes instead of debug output

also for chatlistitemfetchresult
This commit is contained in:
Simon Laux
2023-02-15 19:46:34 +01:00
committed by GitHub
parent cd3f1fe874
commit 0de5125de8
4 changed files with 27 additions and 5 deletions

View File

@@ -10,7 +10,9 @@
deltachat-rpc-server now reads the next request as soon as previous request handler is spawned.
### API-Changes
- Remove `MimeMessage::from_bytes()` public interface. #4033
- BREAKING Types: jsonrpc: `get_messages` now returns a map with `MessageLoadResult` instead of failing completely if one of the requested messages could not be loaded. #4038
## 1.108.0