]> 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 5a4ca2d634082dd09d644a9ed0e6430864d43ecf..761a31a84226a737520ad28ebc81fdace8b6b853 100644 (file)
@@ -1,6 +1,4 @@
-
 {{$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}}