ce2f765d28
new shared status xml template. <retweeted_status> element in xml. parent status keeps his body and author, 'retweeted_status' get body, author and plink from share bbcode.
11 lines
267 B
Smarty
11 lines
267 B
Smarty
|
|
<statuses type="array"
|
|
xmlns:statusnet="http://status.net/schema/api/1/"
|
|
xmlns:friendica="http://friendi.ca/schema/api/1/">
|
|
{{foreach $statuses as $status}}
|
|
<status>
|
|
{{include file="api_single_status_xml.tpl" status=$status}}
|
|
</status>
|
|
{{/foreach}}
|
|
</statuses>
|