Commit 4732a76e authored by Vysheng's avatar Vysheng

Fixed chat_add_user/chat_del_user queries

parent e1d6fed2
......@@ -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}},
......
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