Skip to content

Commit e7de7b9

Browse files
committed
case TG_PEER_CHANNEL push_channel(P)
1 parent 7b1906d commit e7de7b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎lua-tg.c

+3
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ void push_peer (tgl_peer_id_t id, tgl_peer_t *P) {
269269
case TGL_PEER_ENCR_CHAT:
270270
push_encr_chat (P);
271271
break;
272+
case TGL_PEER_CHANNEL:
273+
push_channel (P);
274+
break;
272275
default:
273276
assert (0);
274277
}

0 commit comments

Comments
 (0)