From 28ed15c4bde41fb8fd80ed438bda0f7a3f46ce53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Mon, 23 Jan 2023 07:02:41 +0000 Subject: [PATCH] add reply button back --- app/templates/utils.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/templates/utils.html b/app/templates/utils.html index 60e8726..1b25622 100644 --- a/app/templates/utils.html +++ b/app/templates/utils.html @@ -816,6 +816,10 @@ {% endif %} {% if object.is_from_inbox %} +
  • + {{ admin_reply_button(object.ap_id) }} +
  • +
  • {{ admin_profile_button(object.actor.ap_id) }}