summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2024-03-12 17:54:54 +0100
committerdefault <nobody@localhost>2024-03-12 17:54:54 +0100
commitf485dbdaf0f6372b9815be3d78ae2839e80d6946 (patch)
treeb7ddb23b52f9a199fd38f85168f46119fb4ff757 /html.c
parent3a1d531d92bb2e2b324468284d2f98175a579387 (diff)
Added actor refreshing via the user queue.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index 59fd6c9..da37558 100644
--- a/html.c
+++ b/html.c
@@ -245,7 +245,7 @@ xs_html *html_msg_icon(snac *user, char *actor_id, const xs_dict *msg)
xs *actor = NULL;
xs_html *actor_icon = NULL;
- if (actor_id && valid_status(actor_get(actor_id, &actor))) {
+ if (actor_id && valid_status(actor_get_refresh(user, actor_id, &actor))) {
char *date = NULL;
char *udate = NULL;
char *url = NULL;