Fixed chat_info

This commit is contained in:
Vysheng 2014-09-03 20:32:56 +04:00
parent 8d923387ba
commit a245f86dd5

View file

@ -618,7 +618,7 @@ void print_chat_info_gw (void *extra, int success, struct tgl_chat *C) {
push_color (COLOR_YELLOW);
printf ("Chat ");
print_chat_name (U->id, U);
printf (" members:\n");
printf (" (id %d) members:\n", tgl_get_peer_id (U->id));
int i;
for (i = 0; i < C->user_list_size; i++) {
printf ("\t\t");