Add API to get next fresh message

Rust: Context.get_next_fresh_msg()
C: dc_get_next_fresh_msg()
JSON-RPC: get_next_fresh_msg method
This commit is contained in:
link2xt
2022-11-27 11:37:24 +00:00
parent 08de326930
commit f02888e3cc
5 changed files with 58 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
### API-Changes
- Add Python API to send reactions #3762
- Add API to get next fresh message
### Fixes
- Make sure malformed messsages will never block receiving further messages anymore #3771