friendica/view/smarty3/diaspora_relayable_retraction.tpl

12 lines
373 B
Smarty
Raw Normal View History

2012-12-22 20:57:29 +01:00
<XML>
<post>
<relayable_retraction>
<target_type>{{$target_type}}</target_type>
<target_guid>{{$guid}}</target_guid>
<parent_author_signature>{{$parentsig}}</parent_author_signature>
<target_author_signature>{{$authorsig}}</target_author_signature>
<sender_handle>{{$handle}}</sender_handle>
</relayable_retraction>
</post>
</XML>