mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 07:16:31 +03:00
jsonrpc: add more functions (#3641)
* jsonrpc: add more functions - `getChatContacts()` - `createGroupChat()` - `createBroadcastList()` - `setChatName()` - `setChatProfileImage()` - `downloadFullMessage()` - `lookupContactIdByAddr()` - `sendVideochatInvitation()` * jsonrpc: add searchMessages * jsonrpc add messageIdsToSearchResults function and `MessageSearchResult` type * fix return type of message_ids_to_search_results
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -3,6 +3,20 @@
|
||||
## Unreleased
|
||||
|
||||
### API-Changes
|
||||
- jsonrpc: add function: #3641
|
||||
- `getChatContacts()`
|
||||
- `createGroupChat()`
|
||||
- `createBroadcastList()`
|
||||
- `setChatName()`
|
||||
- `setChatProfileImage()`
|
||||
- `downloadFullMessage()`
|
||||
- `lookupContactIdByAddr()`
|
||||
- `sendVideochatInvitation()`
|
||||
- `searchMessages()`
|
||||
- `messageIdsToSearchResults()`
|
||||
- jsonrpc: add type: #3641
|
||||
- `MessageSearchResult`
|
||||
|
||||
|
||||
### Changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user