1
0
Fork 0
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:
B. Petersen 2019-01-13 14:05:59 +01:00
parent 1644044dda
commit 471f8a331f
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC

View file

@ -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);