muted chats stay archived (#3184)

* do not unarchive muted chats on sending/receving messages

* add a test for unarchive muted chats

* update CHANGELOG

* improve test_unarchive_if_muted
This commit is contained in:
bjoern
2022-04-04 11:02:36 +02:00
committed by GitHub
parent de91063fbe
commit 2cf11bb2ea
3 changed files with 95 additions and 9 deletions

View File

@@ -29,6 +29,7 @@
- automatically accept chats with outgoing messages #3143
- `dc_receive_imf` refactorings #3154 #3156
- add index to speedup deletion of expired ephemeral messages #3155
- muted chats stay archived on new messages #3184
### Fixes