Commit e7de7b9d authored by nullifye's avatar nullifye

case TG_PEER_CHANNEL push_channel(P)

parent 7b1906de
......@@ -269,6 +269,9 @@ void push_peer (tgl_peer_id_t id, tgl_peer_t *P) {
case TGL_PEER_ENCR_CHAT:
push_encr_chat (P);
break;
case TGL_PEER_CHANNEL:
push_channel (P);
break;
default:
assert (0);
}
......
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