|
@@ -2322,8 +2322,12 @@ xs_dict *msg_question(snac *user, const char *content, xs_list *attach,
|
|
|
xs_dict *msg = msg_note(user, content, NULL, NULL, attach, 0, NULL, NULL);
|
|
xs_dict *msg = msg_note(user, content, NULL, NULL, attach, 0, NULL, NULL);
|
|
|
msg = xs_dict_set(msg, "type", "Question");
|
|
msg = xs_dict_set(msg, "type", "Question");
|