Also accept Article objects.

This commit is contained in:
default 2024-03-11 08:27:37 +01:00
parent 60c2a50ed9
commit bb28b1c090

View File

@ -1912,7 +1912,7 @@ int process_input_message(snac *snac, xs_dict *msg, xs_dict *req)
return 1;
}
if (strcmp(utype, "Note") == 0) { /** **/
if (xs_match(utype, "Note|Article")) { /** **/
char *id = xs_dict_get(object, "id");
char *in_reply_to = xs_dict_get(object, "inReplyTo");
xs *wrk = NULL;