mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 03:46:32 +03:00
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:
@@ -1187,7 +1187,7 @@ INSERT INTO msgs
|
||||
}
|
||||
drop(conn);
|
||||
|
||||
chat_id.unarchive(context).await?;
|
||||
chat_id.unarchive_if_not_muted(context).await?;
|
||||
|
||||
info!(
|
||||
context,
|
||||
|
||||
Reference in New Issue
Block a user