From 535479944c95131c07a49b927109cbfe7598a87b Mon Sep 17 00:00:00 2001 From: grunfink Date: Mon, 10 Nov 2025 08:16:03 +0100 Subject: Don't call enqueue_object_request() for quoted posts in public timelines. --- html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'html.c') diff --git a/html.c b/html.c index 32b88e1..812ec94 100644 --- a/html.c +++ b/html.c @@ -2407,6 +2407,7 @@ xs_html *html_entry(snac *user, xs_dict *msg, int read_only, html_entry(user, quoted_post, 1, 1, NULL, 1))); } else + if (user) enqueue_object_request(user, quoted_id, 0); } } -- cgit v1.2.3