add method for desktop to get notification relevant information for a message (#3614)

* add method for desktop to get notification relevant information for a message

* add pr number to changelog

* rename MessageNotificationData to MessageNotificationInfo
This commit is contained in:
Simon Laux
2022-09-25 21:29:46 +02:00
committed by GitHub
parent 17276179e7
commit 9a9c91e591
5 changed files with 88 additions and 2 deletions

View File

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