mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
chatlist: hide all expired messages before loading
This commit is contained in:
@@ -92,6 +92,8 @@ impl Chatlist {
|
||||
query: Option<&str>,
|
||||
query_contact_id: Option<u32>,
|
||||
) -> Result<Self> {
|
||||
delete_device_expired_messages_all_chats(context)?;
|
||||
|
||||
let mut add_archived_link_item = false;
|
||||
|
||||
let process_row = |row: &rusqlite::Row| {
|
||||
|
||||
Reference in New Issue
Block a user