]> git.mxchange.org Git - friendica.git/blob - view/theme/decaf-mobile/templates/threaded_conversation.tpl
update MF2 and vcard data for issue #2629
[friendica.git] / view / theme / decaf-mobile / templates / threaded_conversation.tpl
1
2 {{$live_update}}
3
4 {{foreach $threads as $thread}}
5 {{if $mode == display}}
6 {{include file="{{$thread.template}}" item=$thread}}
7 {{else}}
8 {{include file="wall_thread_toponly.tpl" item=$thread}}
9 {{/if}}
10 {{/foreach}}
11
12 <div id="conversation-end"></div>
13