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.
9 lines
257 B
Smarty
9 lines
257 B
Smarty
{{* used in api.php to return a single status *}}
|
|
<status
|
|
xmlns:statusnet="http://status.net/schema/api/1/"
|
|
xmlns:friendica="http://friendi.ca/schema/api/1/">
|
|
{{if $status}}
|
|
{{include file="api_single_status_xml.tpl" status=$status}}
|
|
{{/if}}
|
|
</status>
|