summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar grunfink2025-11-10 08:16:03 +0100
committerGravatar grunfink2025-11-10 08:16:03 +0100
commit535479944c95131c07a49b927109cbfe7598a87b (patch)
tree4b67acd6b35c9e4e7e8a380800f039b9056d8397 /html.c
parentUse 'quoteUri' instead of 'quote'. (diff)
downloadsnac2-535479944c95131c07a49b927109cbfe7598a87b.tar.gz
snac2-535479944c95131c07a49b927109cbfe7598a87b.tar.xz
snac2-535479944c95131c07a49b927109cbfe7598a87b.zip
Don't call enqueue_object_request() for quoted posts in public timelines.
Diffstat (limited to '')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
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,
2407 html_entry(user, quoted_post, 1, 1, NULL, 1))); 2407 html_entry(user, quoted_post, 1, 1, NULL, 1)));
2408 } 2408 }
2409 else 2409 else
2410 if (user)
2410 enqueue_object_request(user, quoted_id, 0); 2411 enqueue_object_request(user, quoted_id, 0);
2411 } 2412 }
2412 } 2413 }