]> git.mxchange.org Git - friendica.git/blob - view/templates/diaspora_relayable_retraction.tpl
Merge pull request #942 from davidmoerike/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       <parent_author_signature>{{$parentsig}}</parent_author_signature>
10       <target_guid>{{$guid}}</target_guid>
11       <target_type>{{$target_type}}</target_type>
12       <sender_handle>{{$handle}}</sender_handle>
13       <target_author_signature>{{$authorsig}}</target_author_signature>
14     </relayable_retraction>
15   </post>
16 </XML>