diff options
| author | grunfink <grunfink@comam.es> | 2025-11-10 08:16:03 +0100 |
|---|---|---|
| committer | grunfink <grunfink@comam.es> | 2025-11-10 08:16:03 +0100 |
| commit | 535479944c95131c07a49b927109cbfe7598a87b (patch) | |
| tree | 4b67acd6b35c9e4e7e8a380800f039b9056d8397 | |
| parent | 587e1797ddd971c607923db3bba47b0fbc85c7b2 (diff) | |
Don't call enqueue_object_request() for quoted posts in public timelines.
| -rw-r--r-- | html.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } } |