jsonrpc: add chat_get_neighboring_media function (#3610)

* jsonrpc: add `chat_get_neighboring_media` function

* add number to changelog
This commit is contained in:
Simon Laux
2022-09-27 12:42:32 +02:00
committed by GitHub
parent 9a9c91e591
commit 37c6001b6c
4 changed files with 62 additions and 4 deletions

View File

@@ -5,6 +5,7 @@
### API-Changes
- jsonrpc: add `mailingListAddress` property to `FullChat` #3607
- jsonrpc: add `MessageNotificationInfo` & `messageGetNotificationInfo()` #3614
- jsonrpc: add `chat_get_neighboring_media` function #3610
### Changes
- truncate incoming messages by lines instead of just length #3480