mark all archived read (#3919)

* let marknoticed_chat() work for DC_CHAT_ID_ARCHIVED_LINK

* fix test_util::get_last_msg() - the first position may be the archive-link if 'adding specials' is allowed

* add a test for the archived-link message counter

* update CHANGELOG
This commit is contained in:
bjoern
2023-01-06 11:22:30 +01:00
committed by GitHub
parent 3986bb6c4e
commit eba96eb904
3 changed files with 141 additions and 23 deletions

View File

@@ -12,6 +12,7 @@
- Buffer IMAP client writes #3888
- move `DC_CHAT_ID_ARCHIVED_LINK` to the top of chat lists
and make `dc_get_fresh_msg_cnt()` work for `DC_CHAT_ID_ARCHIVED_LINK` #3918
- make `dc_marknoticed_chat()` work for `DC_CHAT_ID_ARCHIVED_LINK` #3919
- Update provider database
### API-Changes