From bde074762685a0efe75067c783a078a22949a405 Mon Sep 17 00:00:00 2001 From: grunfink Date: Sat, 15 Nov 2025 05:28:23 +0100 Subject: Request unfound actors from the notifications page. --- html.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'html.c') diff --git a/html.c b/html.c index bcafba4..54f8dd1 100644 --- a/html.c +++ b/html.c @@ -3578,9 +3578,13 @@ xs_str *html_notifications(snac *user, int skip, int show) if (valid_status(actor_get(actor_id, &actor))) a_name = actor_name(actor, proxy); - else + else { a_name = xs_dup(actor_id); + /* actor not here: request it */ + enqueue_actor_refresh(user, actor_id, 0); + } + xs *label_sanitized = sanitize(type); const char *label = label_sanitized; -- cgit v1.2.3