]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_relayable_retraction.tpl
Merge pull request #935 from annando/master
[friendica.git] / view / templates / diaspora_relayable_retraction.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <XML>
7   <post>
8     <relayable_retraction>
9       <target_type>{{$target_type}}</target_type>
10       <target_guid>{{$guid}}</target_guid>
11       <parent_author_signature>{{$parentsig}}</parent_author_signature>
12       <target_author_signature>{{$authorsig}}</target_author_signature>
13       <sender_handle>{{$handle}}</sender_handle>
14     </relayable_retraction>
15   </post>
16 </XML>