Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-20 11:40:39 +00:00
commit 4a8aad0748
1 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@
</div>
{% 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") %}
<div id="replies-of-{{c.fullname}}">
{% 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") %}
<div id="replies-of-{{c.fullname}}">
{% for reply in replies %}
{{single_comment(reply, level=level+1)}}