fix collapsing happening in main notif page

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-09-23 15:12:20 +02:00
parent ebf83048be
commit ea34a00571
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@
{% if render_replies %}
<div id="replies-of-{{c.fullname}}">
{% if request.path.startswith('/notifications') and replies|length > 8 %}
{% if request.path.startswith('/notifications/') and replies|length > 8 %}
{% for reply in replies %}
{{single_comment(reply, level=level+1, collapse=(not reply.unread and loop.index != replies|length))}}
{% endfor %}