This commit is contained in:
Aevann1 2022-01-13 04:46:33 +02:00
parent 61729dd955
commit 056539ab82
2 changed files with 2 additions and 2 deletions

View file

@ -697,7 +697,7 @@ const EMOJIS_STRINGS = [
"marseysalutenavy": {"author":"chiobu", "tags":"saluting semen o7 homosexual soldier"},
"marseysanders": {"author":"altaccountumbreon", "tags":"bernie rich socialism socialist jewish"},
"marseysanta": {"author":"pippy", "tags":"christmas gifts presents claus holiday"},
"marseysanta2": {"author":"unknown", "tags":"christmas gifts presents claus holiday"},
"marseysanta2": {"author":"elfbinn", "tags":"christmas gifts presents claus holiday"},
"marseysartre": {"author":"feynmandidnothingwrong", "tags":"philosophy frenchman history"},
"marseysaw": {"author":"dramarama", "tags":"doll horror halloween jigsaw monster evil torture game holiday"},
"marseyscared": {"author":"dramarama", "tags":"hide halloween afraid nervous holiday traumatized fearful"},

View file

@ -538,7 +538,7 @@
<div id="message-reply-{{c.id}}" class="preview-edit mt-2"></div>
</div>
</div>
{% elif level<10 %}
{% elif level<10 or request.path == '/notifications' %}
<div id="replies-of-{{c.id}}">
{% for reply in replies %}
{{single_comment(reply, level=level+1)}}