jsonrpc: add message errors to MessageObject

This commit is contained in:
link2xt
2022-11-29 17:21:08 +00:00
committed by holger krekel
parent 6c4d919828
commit f2c97bda66
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
### API-Changes
- Add Python API to send reactions #3762
- jsonrpc: add message errors to MessageObject #3788
### Fixes
- Make sure malformed messsages will never block receiving further messages anymore #3771