From d550a0e85f3f8a45a7924f6a1af78026e0e875ad Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 20 Aug 2022 13:40:32 +0200 Subject: [PATCH] try to fix https://rdrama.net/post/95602/latinozoomer-latinx-white-supremacist-and-one/2547694?context=8#context --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index be0096372..0fa6c2580 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -88,7 +88,7 @@ {% if render_replies %} - {% if level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %} + {% if ajax or level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}} @@ -599,7 +599,7 @@ {% endif %} {% if render_replies %} - {% if level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %} + {% if ajax or level<9 or request.path.startswith('/notifications') or request.headers.get("xhr") %}
{% for reply in replies %} {{single_comment(reply, level=level+1)}}