Fixed chat_info
This commit is contained in:
parent
8d923387ba
commit
a245f86dd5
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue