Fixed crash on some webfinger errors.

This commit is contained in:
default 2022-12-23 12:20:54 +01:00
parent 890e448148
commit f83ff46b6b

View File

@ -620,8 +620,8 @@ d_char *msg_note(snac *snac, char *content, char *rcpts, char *in_reply_to, char
to = xs_list_append(to, a);
/* add this author to the tag list as a mention */
xs *t_href;
xs *t_name;
xs *t_href = NULL;
xs *t_name = NULL;
if (!xs_is_null(a) && valid_status(webfinger_request(a, &t_href, &t_name))) {
xs *t = xs_dict_new();