order contact lists by "last seen" instead of name/address (#3562)

order all contact lists by last_seen instead of name or address
This commit is contained in:
bjoern
2022-08-29 13:55:00 +02:00
committed by GitHub
parent 5663b1c539
commit b2b22c8b85
3 changed files with 8 additions and 6 deletions

View File

@@ -13,6 +13,8 @@
- add `dc_contact_was_seen_recently()` #3560
### Changes
- order contact lists by "last seen";
this affects `dc_get_chat_contacts()`, `dc_get_contacts()` and `dc_get_blocked_contacts()` #3562
### Fixes
- do not emit notifications for blocked chats #3557