summaryrefslogtreecommitdiff
path: root/activitypub.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-11-13 15:19:46 +0100
committerdefault <nobody@localhost>2022-11-13 15:19:46 +0100
commit3a4878fe5e3cfa1861ab9ccad88f7440050300d3 (patch)
tree8d07604fd09cc97f82de21f6b83db68eff8e9607 /activitypub.c
parent8da08eadf87ff5314392c0623a59acf36465ba58 (diff)
parent21c676487a5278cbd70da935bcc9e1c7f1955e24 (diff)
Merge branch 'master' of triptico.com:git/snac2
Diffstat (limited to 'activitypub.c')
-rw-r--r--activitypub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/activitypub.c b/activitypub.c
index 6314314..82230ff 100644
--- a/activitypub.c
+++ b/activitypub.c
@@ -243,7 +243,7 @@ void process_tags(const char *content, d_char **n_content, d_char **tag)
if (valid_status(status)) {
xs *d = xs_dict_new();
xs *n = xs_fmt("@%s", uid);
- xs *l = xs_fmt("<a href=\"%s\">%s</a>", actor, n);
+ xs *l = xs_fmt("<a href=\"%s\" class=\"u-url mention\">%s</a>", actor, n);
d = xs_dict_append(d, "type", "Mention");
d = xs_dict_append(d, "href", actor);