Fixed small error
This commit is contained in:
parent
c97cba7e9e
commit
e7b04da661
1 changed files with 1 additions and 1 deletions
2
binlog.c
2
binlog.c
|
@ -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->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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue