]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/quattro/templates/threaded_conversation.tpl
Merge branch 'friendica:2022.12-rc' into new_image_presentation
[friendica.git] / view / theme / quattro / templates / threaded_conversation.tpl
index a257a2904346a97c1eaf608b6e2e1d59f49cf7bb..640ecbfd0d88175d15dffc791ac9573c2b201b83 100644 (file)
@@ -1,8 +1,7 @@
-{{$live_update}}
-
+{{$live_update nofilter}}
 {{foreach $threads as $thread}}
 
-<div id="tread-wrapper-{{$thread.id}}" class="tread-wrapper {{if $thread.threaded}}threaded{{/if}}  {{$thread.toplevel}} {{if $thread.toplevel}} h-entry  {{else}} u-comment h-cite {{/if}} {{$thread.network}}">
+<div id="tread-wrapper-{{$thread.uriid}}" class="tread-wrapper {{if $thread.threaded}}threaded{{/if}}  {{$thread.toplevel}} {{if $thread.toplevel}} h-entry  {{else}} u-comment h-cite {{/if}} {{$thread.network}}">
 
 
                {{if $thread.type == tag}}
@@ -13,7 +12,7 @@
 
 </div>
 {{/foreach}}
-
+{{if !$update}}
 <div id="conversation-end"></div>
 
 {{if $dropping}}
@@ -37,4 +36,4 @@
     $('#item-'+id).animate(colWhite, 1000).animate(colShiny).animate(colWhite, 2000);
 </script>
 {{/if}}
-
+{{/if}}