From b03daf12745c9d733ca1ae876436bda2e0299722 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 1 Sep 2022 20:32:32 +0200 Subject: [PATCH] Fix in reply to link --- app/templates/utils.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/utils.html b/app/templates/utils.html index 52c0c3f..871134b 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -365,7 +365,7 @@ {% endif %} {% if object.in_reply_to %} - + in reply to {{ object.in_reply_to|truncate(64, True) }} {% endif %}