mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-06 12:00:11 +02:00
add verified-group-type
This commit is contained in:
parent
06279a6f7b
commit
88019229de
11 changed files with 35 additions and 17 deletions
|
@ -641,7 +641,7 @@ mrlot_t* mrmsg_get_summary(const mrmsg_t* msg, const mrchat_t* chat)
|
|||
chat = chat_to_delete;
|
||||
}
|
||||
|
||||
if( msg->m_from_id != MR_CONTACT_ID_SELF && chat->m_type == MR_CHAT_TYPE_GROUP ) {
|
||||
if( msg->m_from_id != MR_CONTACT_ID_SELF && MR_CHAT_TYPE_IS_MULTI(chat->m_type) ) {
|
||||
contact = mrmailbox_get_contact(chat->m_mailbox, msg->m_from_id);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue