send DC_EVENT_CHAT_MODIFIED when adding members to a group (removing is already fine)

This commit is contained in:
B. Petersen
2020-01-06 23:35:27 +01:00
parent 9a3bdfb14b
commit 4b7b6d6cb3

View File

@@ -1663,6 +1663,7 @@ pub(crate) fn add_contact_to_chat_ex(
chat_id,
msg_id: MsgId::new(0),
});
context.call_cb(Event::ChatModified(chat_id));
Ok(true)
}