Fixed chat_add_user/chat_del_user queries
This commit is contained in:
parent
e0782b77a3
commit
306c571794
1 changed files with 2 additions and 2 deletions
|
@ -361,8 +361,8 @@ struct command commands[] = {
|
|||
{"visualize_key", {ca_secret_chat, ca_none}},
|
||||
{"create_secret_chat", {ca_user, ca_none}},
|
||||
{"global_search", {ca_string_end}},
|
||||
{"chat_add_peer", {ca_chat, ca_user, ca_none}},
|
||||
{"chat_del_peer", {ca_chat, ca_user, ca_none}},
|
||||
{"chat_add_user", {ca_chat, ca_user, ca_none}},
|
||||
{"chat_del_user", {ca_chat, ca_user, ca_none}},
|
||||
{"status_online", {ca_none}},
|
||||
{"status_offline", {ca_none}},
|
||||
{"quit", {ca_none}},
|
||||
|
|
Loading…
Add table
Reference in a new issue