Commit 03f98844 authored by Vysheng's avatar Vysheng

Fixed small error

parent f37196ac
...@@ -970,7 +970,7 @@ static int fetch_comb_binlog_create_message_service_encr (void *extra) { ...@@ -970,7 +970,7 @@ static int fetch_comb_binlog_create_message_service_encr (void *extra) {
M->out = tgl_get_peer_id (M->from_id) == tgl_state.our_id; M->out = tgl_get_peer_id (M->from_id) == tgl_state.our_id;
M->service = 1; M->service = 1;
if (!M->out && M->action.type == CODE_decrypted_message_action_notify_layer) { if (!M->out && M->action.type == tgl_message_action_notify_layer) {
E->layer = M->action.layer; E->layer = M->action.layer;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment