]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_signed_retract.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / diaspora_signed_retract.tpl
1 <XML>
2   <post>
3     <signed_retraction>
4       <target_guid>{{$guid}}</target_guid>
5       <target_type>{{$type}}</target_type>
6       <sender_handle>{{$handle}}</sender_handle>
7       <target_author_signature>{{$signature}}</target_author_signature>
8     </signed_retraction>
9   </post>
10 </XML>