mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Show contact photos in contact selector
This commit is contained in:
@@ -58,7 +58,7 @@ public interface DaoContact {
|
||||
" AND email = :email COLLATE NOCASE")
|
||||
EntityContact getContact(long account, int type, String email);
|
||||
|
||||
@Query("SELECT id AS _id, name, email, name || ' *' AS display" +
|
||||
@Query("SELECT id AS _id, name, email, NULL AS photo, 1 AS local" +
|
||||
" FROM contact" +
|
||||
" WHERE (:account IS NULL OR account = :account)" +
|
||||
" AND (:type IS NULL OR type = :type)" +
|
||||
|
||||
Reference in New Issue
Block a user