jsonrpc: better way to access messagelist (#3652)

remove function `messageListGetMessageIds()`,
it is replaced by `getMessageIds()` and `getMessageListEntries()`
the latter returns a new `MessageListItem` type,
which is the now prefered way of using the message list.
This commit is contained in:
Simon Laux
2022-10-10 20:56:59 +02:00
committed by GitHub
parent 3fab9e4cec
commit 130bea9e25
7 changed files with 74 additions and 17 deletions

View File

@@ -23,6 +23,7 @@
- `setStockStrings()`
- `exportSelfKeys()`
- `importSelfKeys()`
- breaking: jsonrpc: remove function `messageListGetMessageIds()`, it is replaced by `getMessageIds()` and `getMessageListEntries()` the latter returns a new `MessageListItem` type, which is the now prefered way of using the message list.
- jsonrpc: add type: #3641, #3645
- `MessageSearchResult`
- `Location`