diff options
| -rw-r--r-- | activitypub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activitypub.c b/activitypub.c index dcefa87..17b038f 100644 --- a/activitypub.c +++ b/activitypub.c | |||
| @@ -620,8 +620,8 @@ d_char *msg_note(snac *snac, char *content, char *rcpts, char *in_reply_to, char | |||
| 620 | to = xs_list_append(to, a); | 620 | to = xs_list_append(to, a); |
| 621 | 621 | ||
| 622 | /* add this author to the tag list as a mention */ | 622 | /* add this author to the tag list as a mention */ |
| 623 | xs *t_href; | 623 | xs *t_href = NULL; |
| 624 | xs *t_name; | 624 | xs *t_name = NULL; |
| 625 | 625 | ||
| 626 | if (!xs_is_null(a) && valid_status(webfinger_request(a, &t_href, &t_name))) { | 626 | if (!xs_is_null(a) && valid_status(webfinger_request(a, &t_href, &t_name))) { |
| 627 | xs *t = xs_dict_new(); | 627 | xs *t = xs_dict_new(); |