[TEMPLATE] Update uses of NoteFactory macro, to pass the values seperately, rather than inside a converstation key

This commit is contained in:
2022-02-28 14:36:02 +00:00
parent d5f90a1206
commit 43ae3add43
3 changed files with 7 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
<div class="u-in-reply-to replies">
{% for reply in conversation.replies %}
<span class="note-replies-indicator" role="presentation"></span>
{% set args = { 'type': 'vanilla_full', 'conversation': reply } %}
{% set args = reply | merge({ 'type': 'vanilla_full' }) %}
{{ NoteFactory.constructor(args) }}
{% endfor %}
{% if conversation.show_more %}