Fixed parse of create_group_chat
This commit is contained in:
parent
f38ab35b5a
commit
e9bb95554b
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user