Commit e9bb9555 authored by vvaltman's avatar vvaltman

Fixed parse of create_group_chat

parent f38ab35b
...@@ -1465,7 +1465,7 @@ void interpreter (char *line UU) { ...@@ -1465,7 +1465,7 @@ void interpreter (char *line UU) {
GET_PEER; GET_PEER;
tgl_do_create_secret_chat (id, print_secret_chat_gw, 0); tgl_do_create_secret_chat (id, print_secret_chat_gw, 0);
} else if (IS_WORD ("create_group_chat")) { } else if (IS_WORD ("create_group_chat")) {
GET_PEER; GET_PEER_USER;
int t; int t;
char *s = next_token (&t); char *s = next_token (&t);
if (!s) { if (!s) {
......
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