]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/conversation.tpl
Merge branch '2021.03-rc' into copyright-2021
[friendica.git] / view / templates / conversation.tpl
index e46cd1395e667a701f7780ae4591cc749817e7a3..761a31a84226a737520ad28ebc81fdace8b6b853 100644 (file)
@@ -1,6 +1,4 @@
-
-{{$live_update}}
-
+{{$live_update nofilter}}
 {{foreach $threads as $thread}}
 <div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper">
        {{foreach $thread.items as $item}}
@@ -18,7 +16,7 @@
        {{/foreach}}
 </div>
 {{/foreach}}
-
+{{if !$update}}
 <div id="conversation-end"></div>
 
 {{if $dropping}}
@@ -28,3 +26,4 @@
 </div>
 <div id="item-delete-selected-end"></div>
 {{/if}}
+{{/if}}