From b1dceb07704d419e6e13f6509d5f80832b20460c Mon Sep 17 00:00:00 2001 From: default Date: Sun, 2 Jun 2024 08:44:38 +0200 Subject: [PATCH] Added h-card to the class of mention links. --- activitypub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activitypub.c b/activitypub.c index 212dd2f..8998acd 100644 --- a/activitypub.c +++ b/activitypub.c @@ -757,7 +757,7 @@ xs_str *process_tags(snac *snac, const char *content, xs_list **tag) tl = xs_list_append(tl, d); - link = xs_fmt("%s", actor, n); + link = xs_fmt("%s", actor, n); } if (!xs_is_null(link))