forked from GNUsocial/gnu-social
[TEMPLATE] Update uses of NoteFactory macro, to pass the values seperately, rather than inside a converstation key
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user