mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-05 10:39:27 +02:00
do not display forwarded info-messages on the own device as info-messages
This commit is contained in:
parent
1644044dda
commit
471f8a331f
1 changed files with 3 additions and 2 deletions
|
@ -2608,6 +2608,7 @@ void dc_forward_msgs(dc_context_t* context, const uint32_t* msg_ids, int msg_cnt
|
|||
|
||||
dc_param_set(msg->param, DC_PARAM_GUARANTEE_E2EE, NULL);
|
||||
dc_param_set(msg->param, DC_PARAM_FORCE_PLAINTEXT, NULL);
|
||||
dc_param_set(msg->param, DC_PARAM_CMD, NULL);
|
||||
|
||||
uint32_t new_msg_id = send_msg_raw(context, chat, msg, curr_timestamp++);
|
||||
carray_add(created_db_entries, (void*)(uintptr_t)chat_id, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue