]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_relayable_retraction.tpl
Merge pull request #552 from annando/master
[friendica.git] / view / smarty3 / diaspora_relayable_retraction.tpl
1 <XML>
2   <post>
3     <relayable_retraction>
4       <target_type>{{$target_type}}</target_type>
5       <target_guid>{{$guid}}</target_guid>
6       <parent_author_signature>{{$parentsig}}</parent_author_signature>
7       <target_author_signature>{{$authorsig}}</target_author_signature>
8       <sender_handle>{{$handle}}</sender_handle>
9     </relayable_retraction>
10   </post>
11 </XML>