mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
target comment of @hpk42
This commit is contained in:
committed by
holger krekel
parent
8c2efa707a
commit
67e2e4d415
@@ -1526,7 +1526,7 @@ fn search_chat_ids_by_contact_ids(
|
||||
WHERE cc.chat_id IN(SELECT chat_id FROM chats_contacts WHERE contact_id IN({})) \
|
||||
AND c.type=120 \
|
||||
AND cc.contact_id!=1 \
|
||||
ORDER BY cc.chat_id, cc.contact_id;", // 1=DC_CONTACT_ID_GROUP
|
||||
ORDER BY cc.chat_id, cc.contact_id;", // 1=DC_CONTACT_ID_SELF
|
||||
contact_ids_str
|
||||
),
|
||||
params![],
|
||||
|
||||
Reference in New Issue
Block a user