aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_relayable_retraction.tpl
blob: c25e13db1167e4c183c1f863dd0108688f15d49f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<XML>
  <post>
    <relayable_retraction>
      <parent_author_signature>{{$parentsig}}</parent_author_signature>
      <target_guid>{{$guid}}</target_guid>
      <target_type>{{$target_type}}</target_type>
      <sender_handle>{{$handle}}</sender_handle>
      <target_author_signature>{{$authorsig}}</target_author_signature>
    </relayable_retraction>
  </post>
</XML>