mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 02:16:29 +03:00
fix some longer standing nonsense code that sent to misleading MSG_READ events instead of one correct one
This commit is contained in:
committed by
dignifiedquire
parent
e4f9446e3c
commit
5d47d25c1e
@@ -723,8 +723,7 @@ pub unsafe fn dc_receive_imf(
|
||||
&mut msg_id,
|
||||
) {
|
||||
rr_event_to_send
|
||||
.push((chat_id_0, 0));
|
||||
rr_event_to_send.push((msg_id, 0));
|
||||
.push((chat_id_0, msg_id));
|
||||
}
|
||||
mdn_consumed = (msg_id
|
||||
!= 0 as libc::c_uint)
|
||||
|
||||
Reference in New Issue
Block a user