friendica/view/templates/diaspora_relay_retraction.tpl

11 lines
294 B
Smarty
Raw Normal View History

2013-04-23 13:47:57 +02:00
<XML>
<post>
<relayable_retraction>
<target_guid>{{$guid}}</target_guid>
2016-03-06 01:37:47 +01:00
<target_type>{{$type}}</target_type>
2013-04-23 13:47:57 +02:00
<sender_handle>{{$handle}}</sender_handle>
2016-03-06 01:37:47 +01:00
<target_author_signature>{{$signature}}</target_author_signature>
2013-04-23 13:47:57 +02:00
</relayable_retraction>
</post>
</XML>