From 95926fb98a6d92d9cb05bfb51a512321e572477c Mon Sep 17 00:00:00 2001 From: default Date: Wed, 8 Feb 2023 13:30:15 +0100 Subject: [PATCH] Use timeline_here() for parents in html_entry(). --- html.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html.c b/html.c index d788458..13e9360 100644 --- a/html.c +++ b/html.c @@ -705,7 +705,7 @@ d_char *html_entry(snac *snac, d_char *os, char *msg, int local, int level, cons /* is the parent not here? */ char *parent = xs_dict_get(msg, "inReplyTo"); - if (!xs_is_null(parent) && *parent && !object_here(parent)) { + if (!xs_is_null(parent) && *parent && !timeline_here(snac, parent)) { xs *s1 = xs_fmt( "
%s " "ยป
\n",