From 21c676487a5278cbd70da935bcc9e1c7f1955e24 Mon Sep 17 00:00:00 2001
From: default
Date: Sun, 13 Nov 2022 15:15:16 +0100
Subject: Set "u-url mention" class for mentions.
---
activitypub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'activitypub.c')
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("%s", actor, n);
+ xs *l = xs_fmt("%s", actor, n);
d = xs_dict_append(d, "type", "Mention");
d = xs_dict_append(d, "href", actor);
--
cgit v1.2.3