fix comment bug

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-15 03:31:37 -06:00
parent 4b9c702877
commit 26c725b2cd
1 changed files with 1 additions and 15 deletions

View File

@ -735,26 +735,12 @@
</div>
</div>
{% endif %}
</div>
{% endif %}
{% endmacro %}
{% for comment in comments if comment.can_see(v) %}
{% for comment in comments(g.db) if comment.can_see(v) %}
{{single_comment(comment)}}
{% endfor %}
{% if not request.headers.get("xhr") %}