]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/vier/templates/threaded_conversation.tpl
Merge pull request #9757 from MrPetovan/bug/9716-show-edited-date-non-frio
[friendica.git] / view / theme / vier / templates / threaded_conversation.tpl
index 231cdcee4cb313e92860483f939ee94efdafb1a5..de35497d2401fb8e5ec186e7565312449a6fd6ac 100644 (file)
@@ -1,9 +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}} {{$thread.network}}">
+<hr class="sr-only" />
+<div id="tread-wrapper-{{$thread.uriid}}" class="tread-wrapper {{if $thread.threaded}}threaded{{/if}}  {{$thread.toplevel}} {{if $thread.toplevel}}h-entry{{/if}} {{$thread.network}}">
        
        
                {{if $thread.type == tag}}
@@ -14,7 +12,7 @@
                
 </div>
 {{/foreach}}
-
+{{if !$update}}
 <div id="conversation-end"></div>
 
 {{if $dropping}}
@@ -38,4 +36,4 @@
     $('#item-'+id).animate(colWhite, 1000).animate(colShiny).animate(colWhite, 2000);   
 </script>
 {{/if}}
-
+{{/if}}