mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
Merge pull request #658 from deltachat/fix-contact-requests
move contact-requests to the beginning of chatlists
This commit is contained in:
@@ -182,7 +182,7 @@ impl Chatlist {
|
|||||||
if 0 == listflags & DC_GCL_NO_SPECIALS {
|
if 0 == listflags & DC_GCL_NO_SPECIALS {
|
||||||
let last_deaddrop_fresh_msg_id = get_last_deaddrop_fresh_msg(context);
|
let last_deaddrop_fresh_msg_id = get_last_deaddrop_fresh_msg(context);
|
||||||
if last_deaddrop_fresh_msg_id > 0 {
|
if last_deaddrop_fresh_msg_id > 0 {
|
||||||
ids.push((1, last_deaddrop_fresh_msg_id));
|
ids.insert(0, (DC_CHAT_ID_DEADDROP, last_deaddrop_fresh_msg_id));
|
||||||
}
|
}
|
||||||
add_archived_link_item = 1;
|
add_archived_link_item = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user