Commit 9268a89d authored by vvaltman's avatar vvaltman

fixed pull request

parent 3aae4ed7
......@@ -350,6 +350,7 @@ json_t *json_pack_service (struct tgl_message *M) {
case tgl_message_action_typing:
assert (json_object_set (res, "type", json_string ("typing")) >= 0);
assert (json_array_append (res, json_pack_typing (M->action.typing)) >= 0);
break;
case tgl_message_action_noop:
assert (json_object_set (res, "type", json_string ("noop")) >= 0);
break;
......
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