jsonrpc: add mailingListAddress property to FullChat (#3607)

* jsonrpc: add `mailingListAddress` property to `FullChat`

* add pr number to changelog
This commit is contained in:
Simon Laux
2022-09-19 22:32:34 +02:00
committed by GitHub
parent ffe7216194
commit c92c6a24a0
3 changed files with 6 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
## Unreleased
### API-Changes
- jsonrpc: add `mailingListAddress` property to `FullChat` #3607
### Changes
- truncate incoming messages by lines instead of just length #3480