Skip to content

Commit

Permalink
target comment of @hpk42
Browse files Browse the repository at this point in the history
  • Loading branch information
r10s authored and hpk42 committed Nov 4, 2019
1 parent 8c2efa7 commit 67e2e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dc_receive_imf.rs
Expand Up @@ -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![],
Expand Down

0 comments on commit 67e2e4d

Please sign in to comment.